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

Represents options for a UpdateCounter operation.
Наследование: RiakClient.Commands.CRDT.UpdateCommandOptions
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the UpdateCounterOptions class.

Защищенные методы

Метод Описание
GetHasRemoves ( ) : bool

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

GetHasRemoves() защищенный Метод

protected GetHasRemoves ( ) : bool
Результат bool

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

Initializes a new instance of the UpdateCounterOptions class.
public UpdateCounterOptions ( string bucketType, string bucket, string key )
bucketType string
bucket string
key string