
Name | Description | |
---|---|---|
![]() | Insert<T>(IDocument<T>) |
Inserts a JSON document into the IBucketfailing if it exists.
|
![]() | Insert<T>(String, T) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | Insert<T>(IDocument<T>, ReplicateTo) |
Inserts a JSON document into the IBucketfailing if it exists.
|
![]() | Insert<T>(String, T, ReplicateTo) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | Insert<T>(String, T, TimeSpan) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | Insert<T>(String, T, UInt32) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | Insert<T>(IDocument<T>, ReplicateTo, PersistTo) |
Inserts a JSON document into the IBucketfailing if it exists.
|
![]() | Insert<T>(String, T, ReplicateTo, PersistTo) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | Insert<T>(String, T, TimeSpan, ReplicateTo, PersistTo) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | Insert<T>(String, T, UInt32, ReplicateTo, PersistTo) |
Inserts a document into the database for a given key, failing if it exists.
|
