Class RelationDescriptor
Describes a relation and its columns.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class RelationDescriptor : IDirectResponseSchema
Properties
BigqueryLabels
A set of BigQuery labels that should be applied to the relation.
Declaration
[JsonProperty("bigqueryLabels")]
public virtual IDictionary<string, string> BigqueryLabels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Columns
A list of descriptions of columns within the relation.
Declaration
[JsonProperty("columns")]
public virtual IList<ColumnDescriptor> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<ColumnDescriptor> |
Description
A text description of the relation.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |