Click or drag to resize
FetchPreflistOptions Constructor
Initializes a new instance of the FetchPreflistOptions class

Namespace:  RiakClient.Commands.KV
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public FetchPreflistOptions(
	string bucketType,
	string bucket,
	string key
)

Parameters

bucketType
Type: SystemString

[Missing <param name="bucketType"/> documentation for "M:RiakClient.Commands.KV.FetchPreflistOptions.#ctor(System.String,System.String,System.String)"]

bucket
Type: SystemString

[Missing <param name="bucket"/> documentation for "M:RiakClient.Commands.KV.FetchPreflistOptions.#ctor(System.String,System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:RiakClient.Commands.KV.FetchPreflistOptions.#ctor(System.String,System.String,System.String)"]

See Also