Class QueryProtocolOptions
Inheritance
object
QueryProtocolOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class QueryProtocolOptions
Fields
Default
Declaration
public static readonly QueryProtocolOptions Default
Field Value
Type | Description |
---|---|
QueryProtocolOptions |
PageSize
Declaration
public readonly int PageSize
Field Value
Type | Description |
---|---|
int |
SerialConsistency
Declaration
public readonly ConsistencyLevel SerialConsistency
Field Value
Type | Description |
---|---|
ConsistencyLevel |
Properties
Consistency
Declaration
public ConsistencyLevel Consistency { get; set; }
Property Value
Type | Description |
---|---|
ConsistencyLevel |
PagingState
Declaration
public byte[] PagingState { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
SkipMetadata
Declaration
public bool SkipMetadata { get; }
Property Value
Type | Description |
---|---|
bool |
Timestamp
Declaration
public DateTimeOffset? Timestamp { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ValueNames
Names of the query parameters
Declaration
public IList<string> ValueNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Values
Declaration
public object[] Values { get; }
Property Value
Type | Description |
---|---|
object[] |