Package | Description |
---|---|
net.ravendb.abstractions.data |
Modifier and Type | Method and Description |
---|---|
PatchResult |
PatchResultData.getPatchResult()
Result of patch operation:
- DocumentDoesNotExists - document does not exists, operation was a no-op,
- Patched - document was properly patched,
- Tested - document was properly tested,
- Skipped - document was not patched, because skipPatchIfEtagMismatch was set and the etag did not match,
- NotModified - neither document body not metadata was changed during patch operation
|
PatchResult |
BatchResult.getPatchResult()
Result of a PATCH operation.
|
static PatchResult |
PatchResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchResult[] |
PatchResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PatchResultData.setPatchResult(PatchResult patchResult)
Result of patch operation:
- DocumentDoesNotExists - document does not exists, operation was a no-op,
- Patched - document was properly patched,
- Tested - document was properly tested,
- Skipped - document was not patched, because skipPatchIfEtagMismatch was set and the etag did not match,
- NotModified - neither document body not metadata was changed during patch operation
|
void |
BatchResult.setPatchResult(PatchResult patchResult)
Result of a PATCH operation.
|
Copyright © 2016. All Rights Reserved.