Dataform v1beta1 API - Class RelationDescriptor.Types.ColumnDescriptor (1.0.0-beta05)

public sealed class RelationDescriptor.Types.ColumnDescriptor : IMessage<RelationDescriptor.Types.ColumnDescriptor>, IEquatable<RelationDescriptor.Types.ColumnDescriptor>, IDeepCloneable<RelationDescriptor.Types.ColumnDescriptor>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class RelationDescriptor.Types.ColumnDescriptor.

Describes a column.

Inheritance

object > RelationDescriptor.Types.ColumnDescriptor

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ColumnDescriptor()

public ColumnDescriptor()

ColumnDescriptor(ColumnDescriptor)

public ColumnDescriptor(RelationDescriptor.Types.ColumnDescriptor other)
Parameter
NameDescription
otherRelationDescriptorTypesColumnDescriptor

Properties

BigqueryPolicyTags

public RepeatedField<string> BigqueryPolicyTags { get; }

A list of BigQuery policy tags that will be applied to the column.

Property Value
TypeDescription
RepeatedFieldstring

Description

public string Description { get; set; }

A textual description of the column.

Property Value
TypeDescription
string

Path

public RepeatedField<string> Path { get; }

The identifier for the column. Each entry in path represents one level of nesting.

Property Value
TypeDescription
RepeatedFieldstring