public sealed class ListRowsOptionsOptions for ListRows operations.
Namespace
Google.Cloud.BigQuery.V2Assembly
Google.Cloud.BigQuery.V2.dll
Properties
PageSize
public int? PageSize { get; set; }The number of results to return per page. (This modifies the per-request page size; it does not affect the total number of results returned.)
| Property Value | |
|---|---|
| Type | Description |
Nullable<Int32> |
|
PageToken
public string PageToken { get; set; }Page token, returned by a previous call, identifying the result set. If this property is non-null, StartIndex must be null.
| Property Value | |
|---|---|
| Type | Description |
String |
|
StartIndex
public ulong? StartIndex { get; set; }Zero-based index of the starting row to read. If this property is non-null, PageToken must be null.
| Property Value | |
|---|---|
| Type | Description |
Nullable<UInt64> |
|