Skip to main content

Glossary: PatchCommandData

Properties

NameTypeDescription
PatchesPatchRequest[]Patches to apply
PatchesIfMissingPatchRequest[]Patches to apply if document is missing
KeystringDocument key
MethodstringThe HTTP method (PATCH)
EtagEtagDocument etag (used for concurrency checking)
TransactionInformationTransactionInformationTransactional information
MetadataRavenJObjectDocument metadata
AdditionalDataRavenJObjectAdditional metadata

Methods

SignatureDescription
RavenJObject ToJson()Translate this instance to a Json object.