Increments the value of a key by one. If the key doesn't exist, it will be created
and seeded with 1.
Namespace: Couchbase.CoreAssembly: 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.Core.IBucket.Increment(System.String)"]
Return Value
Type: IOperationResult<UInt64>[Missing <returns> documentation for "M:Couchbase.Core.IBucket.Increment(System.String)"]
