Class TableDataList
Inheritance
object
TableDataList
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |
---|---|
System.Collections.Generic.IList<T><TableRow> |
TotalRows
The total number of rows in the complete table.
Declaration
[JsonProperty("totalRows")]
public virtual long? TotalRows { get; set; }
Property Value
Type | Description |
---|---|
long? |