public sealed class RelationDescriptor : IMessage<RelationDescriptor>, IEquatable<RelationDescriptor>, IDeepCloneable<RelationDescriptor>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class RelationDescriptor.
Describes a relation and its columns.
Implements
IMessageRelationDescriptor, IEquatableRelationDescriptor, IDeepCloneableRelationDescriptor, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
RelationDescriptor()
public RelationDescriptor()
RelationDescriptor(RelationDescriptor)
public RelationDescriptor(RelationDescriptor other)
Parameter | |
---|---|
Name | Description |
other |
RelationDescriptor |
Properties
BigqueryLabels
public MapField<string, string> BigqueryLabels { get; }
A set of BigQuery labels that should be applied to the relation.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Columns
public RepeatedField<RelationDescriptor.Types.ColumnDescriptor> Columns { get; }
A list of descriptions of columns within the relation.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRelationDescriptorTypesColumnDescriptor |
Description
public string Description { get; set; }
A text description of the relation.
Property Value | |
---|---|
Type | Description |
string |