C# 클래스 RiakClient.Commands.CRDT.UpdateCounterOptions

Represents options for a UpdateCounter operation.
상속: RiakClient.Commands.CRDT.UpdateCommandOptions
파일 보기 프로젝트 열기: basho/riak-dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
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