
Name | Description | |
---|---|---|
![]() | Replace<T>(IDocument<T>) |
Replaces a document if it exists, otherwise fails.
|
![]() | Replace<T>(String, T) |
Replaces a value for a key if it exists, otherwise fails.
|
![]() | Replace<T>(IDocument<T>, ReplicateTo) |
Replaces a document if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, ReplicateTo) |
Replaces a value for a key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, TimeSpan) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt32) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt64) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | Replace<T>(IDocument<T>, ReplicateTo, PersistTo) |
Replaces a document if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, ReplicateTo, PersistTo) |
Replaces a value for a key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt64, ReplicateTo) |
Replaces a value for a key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt64, TimeSpan) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt64, UInt32) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt64, ReplicateTo, PersistTo) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt64, TimeSpan, ReplicateTo, PersistTo) |
Replaces a document for a given key if it exists, otherwise fails.
|
![]() | Replace<T>(String, T, UInt64, UInt32, ReplicateTo, PersistTo) |
Replaces a document for a given key if it exists, otherwise fails.
|
