Skip to main content

Glossary: PutCommandData

Properties

NameTypeDescription
IdstringDocument ID
ChangeVectorstringDocument change-vector
DocumentDynamicJsonValueDocument to put
TypeCommandTypeThe Command Type (PUT)
ForceRevisionCreationStrategyForceRevisionStrategyStrategy for forcing a revision when the document is stored. None (default): no forced revision is created; Before: a forced revision is created from the document as it currently exists in the store, before applying changes.

Methods

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

In this article