Show / Hide Table of Contents

Class RelationDescriptor

Describes a relation and its columns.

Inheritance
object
RelationDescriptor
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX