Click or drag to resize

LookupInSpecCount Method

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

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static LookupInSpec Count(
	string path,
	bool isXattr = false
)

Parameters

path
Type: SystemString

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

isXattr (Optional)
Type: SystemBoolean

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

Return Value

Type: LookupInSpec

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

See Also