public sealed class GetTableOptionsReference documentation and code samples for the Google BigQuery v2 API class GetTableOptions.
Options for GetTable operations.
Namespace
Google.Cloud.BigQuery.V2Assembly
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 | |
|---|---|
| Type | Description |
string |
|
View
public TableView? View { get; set; }Specifies the view of the table to fetch.
| Property Value | |
|---|---|
| Type | Description |
TableView |
|