Click or drag to resize
RiakObjectId Constructor
Overload List
  NameDescription
Public methodRiakObjectId(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.
Public methodRiakObjectId(String, String, String)
Initializes a new instance of the RiakObjectId class. Build an Id using the specified Bucket Type, Bucket, and Key.
Top
See Also