IBucketUpsert Method |
Name | Description | |
---|---|---|
![]() | UpsertT(IDocumentT) |
Inserts or replaces an existing JSON document into IBucket on a Couchbase Server.
|
![]() | UpsertT(String, T) |
Inserts or replaces an existing document into Couchbase Server.
|
![]() | UpsertT(IDocumentT, ReplicateTo) |
Inserts or replaces an existing JSON document into IBucket on a Couchbase Server.
|
![]() | UpsertT(String, T, ReplicateTo) |
Inserts or replaces an existing document into Couchbase Server.
|
![]() | UpsertT(String, T, UInt32) |
Inserts or replaces an existing document into Couchbase Server.
|
![]() | UpsertT(String, T, UInt64) |
Inserts or replaces an existing document into Couchbase Server.
|
![]() | UpsertT(IDocumentT, ReplicateTo, PersistTo) |
Inserts or replaces an existing JSON document into IBucket on a Couchbase Server.
|
![]() | UpsertT(String, T, ReplicateTo, PersistTo) |
Inserts or replaces an existing document into Couchbase Server.
|
![]() | UpsertT(String, T, UInt64, UInt32) |
Inserts or replaces an existing document into Couchbase Server.
|
![]() | UpsertT(String, T, UInt32, ReplicateTo, PersistTo) |
Inserts or replaces an existing document into Couchbase Server.
|
![]() | UpsertT(String, T, UInt64, UInt32, ReplicateTo, PersistTo) |
Inserts or replaces an existing document into Couchbase Server.
|