C# Class RiakClient.Commands.CRDT.UpdateHllOptions

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

Public Methods

Method Description
UpdateHllOptions ( string bucketType, string bucket, string key ) : System.Collections.Generic

Initializes a new instance of the UpdateHllOptions class.

Protected Methods

Method Description
GetHasRemoves ( ) : bool

Method Details

GetHasRemoves() protected method

protected GetHasRemoves ( ) : bool
return bool

UpdateHllOptions() public method

Initializes a new instance of the UpdateHllOptions class.
public UpdateHllOptions ( string bucketType, string bucket, string key ) : System.Collections.Generic
bucketType string
bucket string
key string
return System.Collections.Generic