C# 클래스 Keyspace.ListParam

파일 보기 프로젝트 열기: scalien/keyspace 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
count ulong
forward bool
prefix string
skip bool
startKey string

공개 메소드들

메소드 설명
ListParam ( ) : System
SetCount ( ulong count ) : ListParam
SetForward ( bool forward ) : ListParam
SetPrefix ( string prefix ) : ListParam
SetSkip ( bool skip ) : ListParam
SetStartKey ( string startKey ) : ListParam

메소드 상세

ListParam() 공개 메소드

public ListParam ( ) : System
리턴 System

SetCount() 공개 메소드

public SetCount ( ulong count ) : ListParam
count ulong
리턴 ListParam

SetForward() 공개 메소드

public SetForward ( bool forward ) : ListParam
forward bool
리턴 ListParam

SetPrefix() 공개 메소드

public SetPrefix ( string prefix ) : ListParam
prefix string
리턴 ListParam

SetSkip() 공개 메소드

public SetSkip ( bool skip ) : ListParam
skip bool
리턴 ListParam

SetStartKey() 공개 메소드

public SetStartKey ( string startKey ) : ListParam
startKey string
리턴 ListParam

프로퍼티 상세

count 공개적으로 프로퍼티

public ulong count
리턴 ulong

forward 공개적으로 프로퍼티

public bool forward
리턴 bool

prefix 공개적으로 프로퍼티

public string prefix
리턴 string

skip 공개적으로 프로퍼티

public bool skip
리턴 bool

startKey 공개적으로 프로퍼티

public string startKey
리턴 string