Click or drag to resize
RiakClientGetSearchSchema Method
Fetches the specified SearchSchema from Riak.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakResult<SearchSchema> GetSearchSchema(
	string schemaName
)

Parameters

schemaName
Type: SystemString
The name of the schema to fetch.

Return Value

Type: RiakResultSearchSchema
A RiakResultTResult containing a SearchSchema.

Implements

IRiakBatchClientGetSearchSchema(String)
See Also