Show / Hide Table of Contents

Class GoogleCloudDataplexV1SchemaSchemaField

Represents a column field within a table schema.

Inheritance
object
GoogleCloudDataplexV1SchemaSchemaField
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1SchemaSchemaField : IDirectResponseSchema

Properties

Description

Optional. User friendly field description. Must be less than or equal to 1024 characters.

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

Fields

Optional. Any nested field for complex types.

Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudDataplexV1SchemaSchemaField> Fields { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1SchemaSchemaField>

Mode

Required. Additional field semantics.

Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type Description
string

Name

Required. The name of the field. Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Type

Required. The type of field.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX