Class TableDataList
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableDataList : IDirectResponseSchema
Properties
ETag
A hash of this page of results.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
The resource type of the response.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
PageToken
A token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Rows
Rows of results.
Declaration
[JsonProperty("rows")]
public virtual IList<TableRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
IList<TableRow> |
TotalRows
Total rows of the entire table. In order to show default value 0 we have to present it as string.
Declaration
[JsonProperty("totalRows")]
public virtual long? TotalRows { get; set; }
Property Value
Type | Description |
---|---|
long? |