Click or drag to resize
IBucketUpsert Method
Overload List
  NameDescription
Public methodUpsertT(IDocumentT)
Inserts or replaces an existing JSON document into IBucket on a Couchbase Server.
Public methodUpsertT(String, T)
Inserts or replaces an existing document into Couchbase Server.
Public methodUpsertT(IDocumentT, ReplicateTo)
Inserts or replaces an existing JSON document into IBucket on a Couchbase Server.
Public methodUpsertT(String, T, ReplicateTo)
Inserts or replaces an existing document into Couchbase Server.
Public methodUpsertT(String, T, UInt32)
Inserts or replaces an existing document into Couchbase Server.
Public methodUpsertT(String, T, UInt64)
Inserts or replaces an existing document into Couchbase Server.
Public methodUpsertT(IDocumentT, ReplicateTo, PersistTo)
Inserts or replaces an existing JSON document into IBucket on a Couchbase Server.
Public methodUpsertT(String, T, ReplicateTo, PersistTo)
Inserts or replaces an existing document into Couchbase Server.
Public methodUpsertT(String, T, UInt64, UInt32)
Inserts or replaces an existing document into Couchbase Server.
Public methodUpsertT(String, T, UInt32, ReplicateTo, PersistTo)
Inserts or replaces an existing document into Couchbase Server.
Public methodUpsertT(String, T, UInt64, UInt32, ReplicateTo, PersistTo)
Inserts or replaces an existing document into Couchbase Server.
Top
See Also