Show / Hide Table of Contents

Class TableList

Partial projection of the metadata for a given table in a list response.

Inheritance
object
TableList
Implements
IDirectResponseSchema
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 TableList : 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 type of list.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

NextPageToken

A token to request the next page of results.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Tables

Tables in the requested dataset.

Declaration
[JsonProperty("tables")]
public virtual IList<TableList.TablesData> Tables { get; set; }
Property Value
Type Description
IList<TableList.TablesData>

TotalItems

The total number of tables in the dataset.

Declaration
[JsonProperty("totalItems")]
public virtual int? TotalItems { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX