Click or drag to resize

SearchOptionsConsistentWith Method

[Missing <summary> documentation for "M:Couchbase.Search.SearchOptions.ConsistentWith(Couchbase.Query.MutationState)"]

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public SearchOptions ConsistentWith(
	MutationState mutationState
)

Parameters

mutationState
Type: Couchbase.QueryMutationState

[Missing <param name="mutationState"/> documentation for "M:Couchbase.Search.SearchOptions.ConsistentWith(Couchbase.Query.MutationState)"]

Return Value

Type: SearchOptions

[Missing <returns> documentation for "M:Couchbase.Search.SearchOptions.ConsistentWith(Couchbase.Query.MutationState)"]

See Also