public static class BigQuery.QueryResultsOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static BigQuery.QueryResultsOption |
maxWaitTime(long maxWaitTime)
Returns an option that sets how long to wait for the query to complete, in milliseconds,
before returning.
|
static BigQuery.QueryResultsOption |
pageSize(long pageSize)
Returns an option to specify the maximum number of rows returned per page.
|
static BigQuery.QueryResultsOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start getting query results.
|
static BigQuery.QueryResultsOption |
startIndex(long startIndex)
Returns an option that sets the zero-based index of the row from which to start getting query
results.
|
String |
toString() |
public static BigQuery.QueryResultsOption pageSize(long pageSize)
public static BigQuery.QueryResultsOption pageToken(String pageToken)
public static BigQuery.QueryResultsOption startIndex(long startIndex)
public static BigQuery.QueryResultsOption maxWaitTime(long maxWaitTime)
Copyright © 2019 Google LLC. All rights reserved.