Click or drag to resize
IBucketIncrement Method (String)
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 (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IOperationResult<long> Increment(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Couchbase.Core.IBucket.Increment(System.String)"]

Return Value

Type: IOperationResultInt64

[Missing <returns> documentation for "M:Couchbase.Core.IBucket.Increment(System.String)"]

See Also