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

Represents options for a CRDT command that fetches data.
상속: KvCommandOptions
파일 보기 프로젝트 열기: basho/riak-dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
FetchCommandOptions ( string bucketType, string bucket, string key )

Initializes a new instance of the FetchCommandOptions class.

GetHashCode ( ) : int

메소드 상세

FetchCommandOptions() 공개 메소드

Initializes a new instance of the FetchCommandOptions class.
public FetchCommandOptions ( string bucketType, string bucket, string key )
bucketType string The bucket type in Riak. Required.
bucket string The bucket in Riak. Required.
key string The key in Riak. Required.

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int