| SimpleStatement Properties | 
The SimpleStatement type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoPage | 
            Determines if the RowSet returned when executing this IStatement will automatically fetch the following result pages. Defaults to true.
              (Inherited from Statement.) | |
| ConsistencyLevel | 
            Gets the consistency level for this query.
              (Inherited from Statement.) | |
| IsIdempotent | 
            Determines if this statement is idempotent, i.e. whether it can be applied multiple times without 
            changing the result beyond the initial application.
              (Inherited from Statement.)Idempotence of the statement plays a role in ISpeculativeExecutionPolicy. If a statement is not idempotent, the driver will not schedule speculative executions for it. When the property is null, the driver will use the default value from the GetDefaultIdempotence. | |
| IsTracing | 
             Gets whether tracing is enabled for this query or not.
              (Inherited from Statement.) | |
| Keyspace | 
            Returns the keyspace this query operates on, as set using SetKeyspace(String)  (Overrides StatementKeyspace.)The keyspace returned is used as a hint for token-aware routing.  | |
| OutgoingPayload | 
            Gets custom payload for that will be included when executing this Statement.
              (Inherited from Statement.) | |
| PageSize | 
            Gets query's page size.
              (Inherited from Statement.) | |
| PagingState | (Inherited from Statement.) | |
| QueryString | 
             Gets the query string.
              (Overrides RegularStatementQueryString.) | |
| QueryValues | (Inherited from Statement.) | |
| ReadTimeoutMillis | 
            Gets the per-host read timeout for this statement.
              (Inherited from Statement.)When the value is 0 or lower, the default value from the socket options will be used.  | |
| RetryPolicy | 
             Gets the retry policy sets for this query, if any.
              (Inherited from Statement.) | |
| RoutingKey | 
            Gets the routing key for the query.
              (Overrides StatementRoutingKey.)Routing key can be provided using the SetRoutingValues(Object) method.  | |
| SerialConsistencyLevel | 
            Gets the serial consistency level for this query.
              (Inherited from Statement.) | |
| SkipMetadata | (Inherited from Statement.) | |
| Timestamp | 
            Gets the timestamp associated with this statement execution.
              (Inherited from Statement.) |