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

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
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.
See Also