C# Class RiakClient.Commands.CRDT.UpdateCounterOptions

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

Méthodes publiques

Méthode Description
UpdateCounterOptions ( string bucketType, string bucket, string key )

Initializes a new instance of the UpdateCounterOptions class.

Méthodes protégées

Méthode Description
GetHasRemoves ( ) : bool

Method Details

GetHasRemoves() protected méthode

protected GetHasRemoves ( ) : bool
Résultat bool

UpdateCounterOptions() public méthode

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