C# Class RiakClient.Commands.CRDT.UpdateHllOptions

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

Méthodes publiques

Méthode Description
UpdateHllOptions ( string bucketType, string bucket, string key ) : System.Collections.Generic

Initializes a new instance of the UpdateHllOptions class.

Méthodes protégées

Méthode Description
GetHasRemoves ( ) : bool

Method Details

GetHasRemoves() protected méthode

protected GetHasRemoves ( ) : bool
Résultat bool

UpdateHllOptions() public méthode

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
Résultat System.Collections.Generic