C# Class RiakClient.Commands.CRDT.UpdateCounterOptions

Represents options for a UpdateCounter operation.
Inheritance: RiakClient.Commands.CRDT.UpdateCommandOptions
Mostrar archivo Open project: basho/riak-dotnet-client Class Usage Examples

Public Methods

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

Initializes a new instance of the UpdateCounterOptions class.

Protected Methods

Method Description
GetHasRemoves ( ) : bool

Method Details

GetHasRemoves() protected method

protected GetHasRemoves ( ) : bool
return bool

UpdateCounterOptions() public method

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