Click or drag to resize

SearchOptionsFields Method

List of fields values that should be returned in the result assuming that they were indexed.

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public SearchOptions Fields(
	params string[] fields
)

Parameters

fields
Type: SystemString
The indexed fields to return.

Return Value

Type: SearchOptions

[Missing <returns> documentation for "M:Couchbase.Search.SearchOptions.Fields(System.String[])"]

See Also