C# Class RiakClient.Commands.CRDT.FetchCommandOptions

Represents options for a CRDT command that fetches data.
Inheritance: KvCommandOptions
Mostrar archivo Open project: basho/riak-dotnet-client Class Usage Examples

Public Methods

Method Description
FetchCommandOptions ( string bucketType, string bucket, string key )

Initializes a new instance of the FetchCommandOptions class.

GetHashCode ( ) : int

Method Details

FetchCommandOptions() public method

Initializes a new instance of the FetchCommandOptions class.
public FetchCommandOptions ( string bucketType, string bucket, string key )
bucketType string The bucket type in Riak. Required.
bucket string The bucket in Riak. Required.
key string The key in Riak. Required.

GetHashCode() public method

public GetHashCode ( ) : int
return int