IBucket Replace Method Couchbase .NET SDK 2.0
Overload List
  NameDescription
Public methodReplace T (IDocument T )
Replaces a document if it exists, otherwise fails.
Public methodReplace T (String, T)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (IDocument T , ReplicateTo)
Replaces a document if it exists, otherwise fails.
Public methodReplace T (String, T, ReplicateTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, TimeSpan)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt32)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt64)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (IDocument T , ReplicateTo, PersistTo)
Replaces a document if it exists, otherwise fails.
Public methodReplace T (String, T, ReplicateTo, PersistTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt64, ReplicateTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt64, TimeSpan)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt64, UInt32)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt64, ReplicateTo, PersistTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt64, TimeSpan, ReplicateTo, PersistTo)
Replaces a document for a given key if it exists, otherwise fails.
Public methodReplace T (String, T, UInt64, UInt32, ReplicateTo, PersistTo)
Replaces a document for a given key if it exists, otherwise fails.
Top
See Also