bigquery  v2
Properties | List of all members
Google.Apis.Bigquery.v2.Data.Clustering Class Reference
Inheritance diagram for Google.Apis.Bigquery.v2.Data.Clustering:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< string > Fields [get, set]
 [Repeated] One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ETag

virtual string Google.Apis.Bigquery.v2.Data.Clustering.ETag
getset

The ETag of the item.

◆ Fields

virtual System.Collections.Generic.IList<string> Google.Apis.Bigquery.v2.Data.Clustering.Fields
getset

[Repeated] One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data.


The documentation for this class was generated from the following file: