Skip to main content

Glossary: PutCompareExchangeCommandData

Properties

NameTypeDescription
keystringObject identifier under which value is saved, unique in the database scope across the cluster.
valueBlittableJsonReaderObjectThe value to be saved for the specified key.
indexlongThe current version of Value when updating a value for an existing key

Methods

SignatureDescription
DynamicJsonValue ToJson(DocumentConventions conventions, JsonOperationContext context)Translate this instance to a Json.