Click or drag to resize
RiakObject Constructor (RiakObjectId, Object)
Initializes a new instance of the RiakObject class. Uses an "application/json" content type.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakObject(
	RiakObjectId objectId,
	Object value
)

Parameters

objectId
Type: RiakClient.ModelsRiakObjectId
The object's Id.
value
Type: SystemObject
The object's value.
Remarks
Uses the default (JSON) content-type.
See Also