Click or drag to resize
RiakObjectId Constructor (String, String, String)
Initializes a new instance of the RiakObjectId class. Build an Id using the specified Bucket Type, Bucket, and Key.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakObjectId(
	string bucketType,
	string bucket,
	string key
)

Parameters

bucketType
Type: SystemString
The bucket type to use.
bucket
Type: SystemString
The bucket name to use.
key
Type: SystemString
The key to use.
See Also