IBucket Increment Method (String)Couchbase .NET SDK 2.0
Increments the value of a key by one. If the key doesn't exist, it will be created and seeded with 1.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
IOperationResult<ulong> Increment(
	string key
)

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)"]

See Also