Click or drag to resize

MutateInSpecArrayAddUniqueT Method

[Missing <summary> documentation for "M:Couchbase.KeyValue.MutateInSpec.ArrayAddUnique``1(System.String,``0,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 ArrayAddUnique<T>(
	string path,
	T value,
	bool createPath = false,
	bool isXattr = false,
	bool removeBrackets = false
)

Parameters

path
Type: SystemString

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

value
Type: T

[Missing <param name="value"/> documentation for "M:Couchbase.KeyValue.MutateInSpec.ArrayAddUnique``1(System.String,``0,System.Boolean,System.Boolean,System.Boolean)"]

createPath (Optional)
Type: SystemBoolean

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

isXattr (Optional)
Type: SystemBoolean

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

removeBrackets (Optional)
Type: SystemBoolean

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.KeyValue.MutateInSpec.ArrayAddUnique``1(System.String,``0,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: MutateInSpec

[Missing <returns> documentation for "M:Couchbase.KeyValue.MutateInSpec.ArrayAddUnique``1(System.String,``0,System.Boolean,System.Boolean,System.Boolean)"]

See Also