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

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

Parameters

bucket
Type: SystemString
The bucket name to use.
key
Type: SystemString
The key to use.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value of 'bucket' cannot be null, an empty string, or whitespace.
See Also