Click or drag to resize
IBucketInsert Method
Overload List
  NameDescription
Public methodInsertT(IDocumentT)
Inserts a JSON document into the IBucketfailing if it exists.
Public methodInsertT(String, T)
Inserts a document into the database for a given key, failing if it exists.
Public methodInsertT(IDocumentT, ReplicateTo)
Inserts a JSON document into the IBucketfailing if it exists.
Public methodInsertT(String, T, ReplicateTo)
Inserts a document into the database for a given key, failing if it exists.
Public methodInsertT(String, T, UInt32)
Inserts a document into the database for a given key, failing if it exists.
Public methodInsertT(IDocumentT, ReplicateTo, PersistTo)
Inserts a JSON document into the IBucketfailing if it exists.
Public methodInsertT(String, T, ReplicateTo, PersistTo)
Inserts a document into the database for a given key, failing if it exists.
Public methodInsertT(String, T, UInt32, ReplicateTo, PersistTo)
Inserts a document into the database for a given key, failing if it exists.
Top
See Also