Click or drag to resize

MutateInSpecDecrement Method

[Missing <summary> documentation for "M:Couchbase.KeyValue.MutateInSpec.Decrement(System.String,System.Int64,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static MutateInSpec Decrement(
	string path,
	long delta,
	bool createPath = false,
	bool isXattr = false,
	bool removeBrackets = false
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Couchbase.KeyValue.MutateInSpec.Decrement(System.String,System.Int64,System.Boolean,System.Boolean,System.Boolean)"]

delta
Type: SystemInt64

[Missing <param name="delta"/> documentation for "M:Couchbase.KeyValue.MutateInSpec.Decrement(System.String,System.Int64,System.Boolean,System.Boolean,System.Boolean)"]

createPath (Optional)
Type: SystemBoolean

[Missing <param name="createPath"/> documentation for "M:Couchbase.KeyValue.MutateInSpec.Decrement(System.String,System.Int64,System.Boolean,System.Boolean,System.Boolean)"]

isXattr (Optional)
Type: SystemBoolean

[Missing <param name="isXattr"/> documentation for "M:Couchbase.KeyValue.MutateInSpec.Decrement(System.String,System.Int64,System.Boolean,System.Boolean,System.Boolean)"]

removeBrackets (Optional)
Type: SystemBoolean

[Missing <param name="removeBrackets"/> documentation for "M:Couchbase.KeyValue.MutateInSpec.Decrement(System.String,System.Int64,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: MutateInSpec

[Missing <returns> documentation for "M:Couchbase.KeyValue.MutateInSpec.Decrement(System.String,System.Int64,System.Boolean,System.Boolean,System.Boolean)"]

See Also