MutateInOptions |
MutateInOptions.accessDeleted(boolean accessDeleted) |
For internal use only: allows access to deleted documents that are in 'tombstone' form.
|
MutateInOptions |
MutateInOptions.cas(long cas) |
Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.
|
MutateInOptions |
MutateInOptions.createAsDeleted(boolean createAsDeleted) |
For internal use only: allows creating documents in 'tombstone' form.
|
MutateInOptions |
MutateInOptions.expiry(Duration expiry) |
Sets the expiry for the document.
|
MutateInOptions |
MutateInOptions.expiry(Instant expiry) |
Sets the expiry for the document.
|
MutateInOptions |
CommonDatastructureOptions.BuiltCommonDatastructureOptions.mutateInOptions() |
|
static MutateInOptions |
MutateInOptions.mutateInOptions() |
|
MutateInOptions |
MutateInOptions.preserveExpiry(boolean preserveExpiry) |
Specifies whether an existing document's expiry should be preserved.
|
MutateInOptions |
MutateInOptions.serializer(JsonSerializer serializer) |
Customizes the serializer that is used to encoded the contents of this request.
|
MutateInOptions |
MutateInOptions.storeSemantics(StoreSemantics storeSemantics) |
Changes the storing semantics of the outer/enclosing document.
|