Cloud Dataplex v1 API - Class Schema.Types.SchemaField (2.15.0)

public sealed class Schema.Types.SchemaField : IMessage<Schema.Types.SchemaField>, IEquatable<Schema.Types.SchemaField>, IDeepCloneable<Schema.Types.SchemaField>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Schema.Types.SchemaField.

Represents a column field within a table schema.

Inheritance

object > Schema.Types.SchemaField

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SchemaField()

public SchemaField()

SchemaField(SchemaField)

public SchemaField(Schema.Types.SchemaField other)
Parameter
NameDescription
otherSchemaTypesSchemaField

Properties

Description

public string Description { get; set; }

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

Property Value
TypeDescription
string

Fields

public RepeatedField<Schema.Types.SchemaField> Fields { get; }

Optional. Any nested field for complex types.

Property Value
TypeDescription
RepeatedFieldSchemaTypesSchemaField

Mode

public Schema.Types.Mode Mode { get; set; }

Required. Additional field semantics.

Property Value
TypeDescription
SchemaTypesMode

Name

public string Name { get; set; }

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.

Property Value
TypeDescription
string

Type

public Schema.Types.Type Type { get; set; }

Required. The type of field.

Property Value
TypeDescription
SchemaTypesType