Show / Hide Table of Contents

Class ColumnDescriptor

Describes a column.

Inheritance
object
ColumnDescriptor
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 ColumnDescriptor : IDirectResponseSchema

Properties

BigqueryPolicyTags

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

Declaration
[JsonProperty("bigqueryPolicyTags")]
public virtual IList<string> BigqueryPolicyTags { get; set; }
Property Value
Type Description
IList<string>

Description

A textual description of the column.

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

Path

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

Declaration
[JsonProperty("path")]
public virtual IList<string> Path { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX