IBucketReplace Method |
Name | Description | |
---|---|---|
![]() | ReplaceT(IDocumentT) |
Replaces a document if it exists, otherwise fails.
|
![]() | ReplaceT(String, T) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(IDocumentT, ReplicateTo) |
Replaces a document if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, ReplicateTo) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, UInt32) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, UInt64) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(IDocumentT, ReplicateTo, PersistTo) |
Replaces a document if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, ReplicateTo, PersistTo) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, UInt32, UInt32) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, UInt64, ReplicateTo) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, UInt64, ReplicateTo, PersistTo) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | ReplaceT(String, T, UInt64, UInt32, ReplicateTo, PersistTo) |
Replaces a document for a given key if it exists, otherwise fails.
|