Click or drag to resize
IBucketReplace Method
Overload List
  NameDescription
Public methodReplaceT(IDocumentT)
Replaces a document if it exists, otherwise fails.
Public methodReplaceT(String, T)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(IDocumentT, ReplicateTo)
Replaces a document if it exists, otherwise fails.
Public methodReplaceT(String, T, ReplicateTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(String, T, UInt32)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(String, T, UInt64)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(IDocumentT, ReplicateTo, PersistTo)
Replaces a document if it exists, otherwise fails.
Public methodReplaceT(String, T, ReplicateTo, PersistTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(String, T, UInt32, UInt32)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(String, T, UInt64, ReplicateTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(String, T, UInt64, ReplicateTo, PersistTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplaceT(String, T, UInt64, UInt32, ReplicateTo, PersistTo)
Replaces a document for a given key if it exists, otherwise fails.
Top
See Also