You are currently browsing legacy 3.0 version of documentation. Click here to switch to the newest 5.1 version.
Glossary: BatchResult
Properties
Name
Type
Description
Etag
Etag
The etag generated by the etag (if applicable)
Method
string
The method used for the operation (PUT,DELETE,PATCH)
Key
string
The key of the document
Metadata
RavenJObject
The updated metadata
AdditionalData
RavenJObject
The updated Additional Data
PatchResult
PatchResult ?
The result of a PATCH operation
Deleted
bool?
true if the document was deleted, false if it did not exist.
PatchResult (enum)
Members
Name
Description
DocumentDoesNotExists
The document does not exists, operation was a no-op
Patched
Document was properly patched
Tested
Document was properly tested
NotModified
Neither document body not metadata was changed during patch operation
Please enable JavaScript to view the comments powered by Disqus.