public sealed class 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.
Implements
IMessage<Schema.Types.SchemaField>, IEquatable<Schema.Types.SchemaField>, IDeepCloneable<Schema.Types.SchemaField>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SchemaField()
public SchemaField()
SchemaField(Schema.Types.SchemaField)
public SchemaField(Schema.Types.SchemaField other)
Parameter | |
---|---|
Name | Description |
other | Schema.Types.SchemaField |
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 |
RepeatedField<Schema.Types.SchemaField> |
Mode
public Schema.Types.Mode Mode { get; set; }
Required. Additional field semantics.
Property Value | |
---|---|
Type | Description |
Schema.Types.Mode |
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 |
Schema.Types.Type |