C# Class Apache.Cassandra.KeyRange.Isset

Show file Open project: pchalamet/cassandra-sharp

Public Properties

Property Type Description
count bool
end_key bool
end_token bool
row_filter bool
start_key bool
start_token bool

Property Details

count public property

public bool count
return bool

end_key public property

public bool end_key
return bool

end_token public property

public bool end_token
return bool

row_filter public property

public bool row_filter
return bool

start_key public property

public bool start_key
return bool

start_token public property

public bool start_token
return bool