public sealed class Schema.Types.PartitionField : IMessage<Schema.Types.PartitionField>, IEquatable<Schema.Types.PartitionField>, IDeepCloneable<Schema.Types.PartitionField>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Schema.Types.PartitionField.
Represents a key field within the entity's partition structure. You could
have up to 20 partition fields, but only the first 10 partitions have the
filtering ability due to performance consideration. Note:
Partition fields are immutable.
Required. Partition field name must consist of letters, numbers, and
underscores only, with a maximum of length of 256 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 available for the `Google.Cloud.Dataplex.V1.Schema.Types.PartitionField` is 3.6.0, with versions ranging down to 1.0.0 being available."],["`Schema.Types.PartitionField` represents a key field within an entity's partition structure, with a limit of 20 partition fields, and only the first 10 able to filter for performance purposes."],["Partition fields are immutable, meaning they cannot be changed once set, and the field name is required to be a maximum of 256 characters, consisting only of letters, numbers, and underscores, beginning with a letter or an underscore."],["The class `PartitionField` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting certain methods."],["The `PartitionField` has two properties: `Name` (a string) and `Type` (`Schema.Types.Type`), both of which are required for it to be functional."]]],[]]