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.CoreAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIOperationResult<long> Increment(
string key
)
Function Increment (
key As String
) As IOperationResult(Of Long)
IOperationResult<long long>^ Increment(
String^ key
)
abstract Increment :
key : string -> IOperationResult<int64>
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