Google BigQuery v2 API - Class GetTableOptions (3.8.0)

public sealed class GetTableOptions

Reference documentation and code samples for the Google BigQuery v2 API class GetTableOptions.

Options for GetTable operations.

Inheritance

object > GetTableOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

SelectedFields

public string SelectedFields { get; set; }

Comma separated list of schema fields to return. When set allows to obtain a partial table schema. When this property is null or empty the full table schema is returned.

Property Value
TypeDescription
string