public sealed class SchemaField : IMessage<Schema.Types.SchemaField>, IEquatable<Schema.Types.SchemaField>, IDeepCloneable<Schema.Types.SchemaField>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `SchemaField` class within the `Google.Cloud.Dataplex.V1` namespace is 3.6.0, with a range of prior versions available from 1.0.0 to 3.5.0."],["The `SchemaField` class represents a column within a table schema and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["`SchemaField` objects are created using a parameterless constructor or by copying an existing `SchemaField` instance, and the class contains properties for `Description`, `Fields`, `Mode`, `Name`, and `Type`."],["The `Name` property of the `SchemaField` is required and must adhere to specific formatting constraints of letters, numbers, and underscores, with a length of up to 767 characters."],["The class resides in the `Google.Cloud.Dataplex.V1` namespace within the `Google.Cloud.Dataplex.V1.dll` assembly, and it is used to define fields in a table schema, where each field has a type, mode, name, and optionally, a description and nested fields."]]],[]]