public sealed class RelationDescriptor.Types.ColumnDescriptor : IMessage<RelationDescriptor.Types.ColumnDescriptor>, IEquatable<RelationDescriptor.Types.ColumnDescriptor>, IDeepCloneable<RelationDescriptor.Types.ColumnDescriptor>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class RelationDescriptor.Types.ColumnDescriptor.
Describes a column.
Implements
IMessageRelationDescriptorTypesColumnDescriptor, IEquatableRelationDescriptorTypesColumnDescriptor, IDeepCloneableRelationDescriptorTypesColumnDescriptor, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ColumnDescriptor()
public ColumnDescriptor()ColumnDescriptor(ColumnDescriptor)
public ColumnDescriptor(RelationDescriptor.Types.ColumnDescriptor other)| Parameter | |
|---|---|
| Name | Description |
other |
RelationDescriptorTypesColumnDescriptor |
Properties
BigqueryPolicyTags
public RepeatedField<string> BigqueryPolicyTags { get; }A list of BigQuery policy tags that will be applied to the column.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Description
public string Description { get; set; }A textual description of the column.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Path
public RepeatedField<string> Path { get; }The identifier for the column. Each entry in path represents one level
of nesting.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|