Click or drag to resize
TokenIs Method
Create a token for searching for field values that exactly match the parameter value.

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static Token Is(
	string value
)

Parameters

value
Type: SystemString
The value to search for.

Return Value

Type: Token
A newly initialized and configured Token.
See Also