Click or drag to resize

DocIdQuery Constructor

Initializes a new instance of the DocIdQuery class

Namespace:  Couchbase.Search.Queries.Simple
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public DocIdQuery(
	params string[] docIds
)

Parameters

docIds
Type: SystemString

[Missing <param name="docIds"/> documentation for "M:Couchbase.Search.Queries.Simple.DocIdQuery.#ctor(System.String[])"]

See Also