IBucketInsert Method |
Name | Description | |
---|---|---|
![]() | InsertT(IDocumentT) |
Inserts a JSON document into the IBucketfailing if it exists.
|
![]() | InsertT(String, T) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | InsertT(IDocumentT, ReplicateTo) |
Inserts a JSON document into the IBucketfailing if it exists.
|
![]() | InsertT(String, T, ReplicateTo) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | InsertT(String, T, UInt32) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | InsertT(IDocumentT, ReplicateTo, PersistTo) |
Inserts a JSON document into the IBucketfailing if it exists.
|
![]() | InsertT(String, T, ReplicateTo, PersistTo) |
Inserts a document into the database for a given key, failing if it exists.
|
![]() | InsertT(String, T, UInt32, ReplicateTo, PersistTo) |
Inserts a document into the database for a given key, failing if it exists.
|