Create a token for searching for field values that start with the parameter value.
Namespace:
RiakClient.Models.Search
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static Token StartsWith(
string value
)
static member StartsWith :
value : string -> Token
Parameters
- value
- Type: SystemString
The value to search for.
Return Value
Type:
TokenA newly initialized and configured
Token.
See Also