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

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

공개 메소드들

메소드 설명
UpdateHllOptions ( string bucketType, string bucket, string key ) : System.Collections.Generic

Initializes a new instance of the UpdateHllOptions class.

보호된 메소드들

메소드 설명
GetHasRemoves ( ) : bool

메소드 상세

GetHasRemoves() 보호된 메소드

protected GetHasRemoves ( ) : bool
리턴 bool

UpdateHllOptions() 공개 메소드

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
리턴 System.Collections.Generic