Click or drag to resize

DecrementOptionsDelta Method

[Missing <summary> documentation for "M:Couchbase.KeyValue.DecrementOptions.Delta(System.UInt64)"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public DecrementOptions Delta(
	ulong delta
)

Parameters

delta
Type: SystemUInt64

[Missing <param name="delta"/> documentation for "M:Couchbase.KeyValue.DecrementOptions.Delta(System.UInt64)"]

Return Value

Type: DecrementOptions

[Missing <returns> documentation for "M:Couchbase.KeyValue.DecrementOptions.Delta(System.UInt64)"]

See Also