C# 클래스 Apache.Cassandra.KeyRange.Isset

파일 보기 프로젝트 열기: pchalamet/cassandra-sharp

공개 프로퍼티들

프로퍼티 타입 설명
count bool
end_key bool
end_token bool
row_filter bool
start_key bool
start_token bool

프로퍼티 상세

count 공개적으로 프로퍼티

public bool count
리턴 bool

end_key 공개적으로 프로퍼티

public bool end_key
리턴 bool

end_token 공개적으로 프로퍼티

public bool end_token
리턴 bool

row_filter 공개적으로 프로퍼티

public bool row_filter
리턴 bool

start_key 공개적으로 프로퍼티

public bool start_key
리턴 bool

start_token 공개적으로 프로퍼티

public bool start_token
리턴 bool