C# Class RiakClient.Commands.CRDT.FetchCommandOptions

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

Méthodes publiques

Méthode Description
FetchCommandOptions ( string bucketType, string bucket, string key )

Initializes a new instance of the FetchCommandOptions class.

GetHashCode ( ) : int

Method Details

FetchCommandOptions() public méthode

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 méthode

public GetHashCode ( ) : int
Résultat int