Click or drag to resize

MutateInSpecBuilderArrayAppendT Method (String, T, Boolean, Boolean)

[Missing <summary> documentation for "M:Couchbase.KeyValue.MutateInSpecBuilder.ArrayAppend``1(System.String,``0[],System.Boolean,System.Boolean)"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public MutateInSpecBuilder ArrayAppend<T>(
	string path,
	T[] values,
	bool createPath = false,
	bool isXattr = false
)

Parameters

path
Type: SystemString

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

values
Type: T

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

createPath (Optional)
Type: SystemBoolean

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

isXattr (Optional)
Type: SystemBoolean

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

Type Parameters

T

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

Return Value

Type: MutateInSpecBuilder

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

See Also