Class BigQueryClustering
BigQuery clustering configuration.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class BigQueryClustering : IDirectResponseSchema
Properties
Columns
Required. Column names to set as clustering columns.
Declaration
[JsonProperty("columns")]
public virtual IList<string> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |