public sealed class Schema.Types.SchemaField : IMessage<Schema.Types.SchemaField>, IEquatable<Schema.Types.SchemaField>, IDeepCloneable<Schema.Types.SchemaField>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Schema.Types.SchemaField.
Represents a column field within a table schema.
Implements
IMessageSchemaTypesSchemaField, IEquatableSchemaTypesSchemaField, IDeepCloneableSchemaTypesSchemaField, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SchemaField()
public SchemaField()SchemaField(SchemaField)
public SchemaField(Schema.Types.SchemaField other)| Parameter | |
|---|---|
| Name | Description |
other |
SchemaTypesSchemaField |
Properties
Description
public string Description { get; set; }Optional. User friendly field description. Must be less than or equal to 1024 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Fields
public RepeatedField<Schema.Types.SchemaField> Fields { get; }Optional. Any nested field for complex types.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSchemaTypesSchemaField |
|
Mode
public Schema.Types.Mode Mode { get; set; }Required. Additional field semantics.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Type
public Schema.Types.Type Type { get; set; }Required. The type of field.
| Property Value | |
|---|---|
| Type | Description |
SchemaTypesType |
|