[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- key
- Type: System.String
[Missing <param name="key"/> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]
- value
- Type: T
[Missing <param name="value"/> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]
- expiration
- Type: System.UInt32
[Missing <param name="expiration"/> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]
- replicateTo
- Type: Couchbase.ReplicateTo
[Missing <param name="replicateTo"/> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]
- persistTo
- Type: Couchbase.PersistTo
[Missing <param name="persistTo"/> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

- T
[Missing <typeparam name="T"/> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]
Return Value
Type: IOperationResult<T>[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.Upsert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]
Implements
IBucket.Upsert<T>(String, T, UInt32, ReplicateTo, PersistTo)