C# Класс RiakClient.Commands.CRDT.FetchCommandOptions

Represents options for a CRDT command that fetches data.
Наследование: KvCommandOptions
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FetchCommandOptions ( string bucketType, string bucket, string key )

Initializes a new instance of the FetchCommandOptions class.

GetHashCode ( ) : int

Описание методов

FetchCommandOptions() публичный Метод

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 GetHashCode ( ) : int
Результат int