Skip to main content

Glossary: BatchResult

Properties

NameTypeDescription
EtagEtagThe etag generated by the etag (if applicable)
MethodstringThe method used for the operation (PUT,DELETE,PATCH)
KeystringThe key of the document
MetadataRavenJObjectThe updated metadata
AdditionalDataRavenJObjectThe updated Additional Data
PatchResultPatchResult?The result of a PATCH operation
Deletedbool?true if the document was deleted, false if it did not exist.

PatchResult (enum)

Members

NameDescription
DocumentDoesNotExistsThe document does not exists, operation was a no-op
PatchedDocument was properly patched
TestedDocument was properly tested
NotModifiedNeither document body not metadata was changed during patch operation