
Name | Description | |
---|---|---|
![]() | Remove(IList<String>) |
Removes a range of documents for a given set of keys
|
![]() | Remove(String) |
For a given key, removes a document from the database.
|
![]() | Remove<T>(IDocument<T>) |
Removes a document from the database.
|
![]() | Remove(IList<String>, ParallelOptions) |
Removes a range of documents for a given set of keys
|
![]() | Remove(String, ReplicateTo) |
For a given key, removes a document from the database.
|
![]() | Remove(String, UInt64) |
Removes a document for a given key from the database.
|
![]() | Remove<T>(IDocument<T>, ReplicateTo) |
Removes a document from the database.
|
![]() | Remove(IList<String>, ParallelOptions, Int32) |
Removes a range of documents for a given set of keys
|
![]() | Remove(String, ReplicateTo, PersistTo) |
For a given key, removes a document from the database.
|
![]() | Remove(String, UInt64, ReplicateTo) |
For a given key, removes a document from the database.
|
![]() | Remove<T>(IDocument<T>, ReplicateTo, PersistTo) |
Removes a document from the database.
|
![]() | Remove(String, UInt64, ReplicateTo, PersistTo) |
Removes a document for a given key from the database.
|
