Click or drag to resize
IBucketRemove Method
Overload List
  NameDescription
Public methodRemove(String)
Removes a document for a given key from the database.
Public methodRemoveT(IDocumentT)
Removes a document from the database.
Public methodRemove(String, ReplicateTo)
Removes a document for a given key from the database.
Public methodRemove(String, UInt64)
Removes a document for a given key from the database.
Public methodRemoveT(IDocumentT, ReplicateTo)
Removes a document from the database.
Public methodRemove(String, ReplicateTo, PersistTo)
Removes a document for a given key from the database.
Public methodRemove(String, UInt64, ReplicateTo)
Removes a document for a given key from the database.
Public methodRemoveT(IDocumentT, ReplicateTo, PersistTo)
Removes a document from the database.
Public methodRemove(String, UInt64, ReplicateTo, PersistTo)
Removes a document for a given key from the database.
Top
See Also