Click or drag to resize
SecondaryIndexTClass, TIndex Constructor

Namespace:  RiakClient.Models.Index
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
protected SecondaryIndex(
	RiakObject container,
	string name
)

Parameters

container
Type: RiakClient.ModelsRiakObject

[Missing <param name="container"/> documentation for "M:RiakClient.Models.Index.SecondaryIndex`2.#ctor(RiakClient.Models.RiakObject,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:RiakClient.Models.Index.SecondaryIndex`2.#ctor(RiakClient.Models.RiakObject,System.String)"]

See Also