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 `Schema.Types.PartitionField` class represents a key field within an entity's partition structure in the Cloud Dataplex v1 API, allowing up to 20 partition fields, but with filtering capabilities limited to the first 10 for performance reasons."],["This class is immutable, meaning once partition fields are defined, they cannot be changed."],["The class `PartitionField` can be constructed using a default constructor `PartitionField()` or by copying an existing `PartitionField` object using the `PartitionField(Schema.Types.PartitionField other)` constructor."],["`PartitionField` objects have properties for `Name`, which is a required string, and `Type`, which represents the field's data type and is also required and immutable."],["The documentation lists various versioned links of the `PartitionField` class ranging from version 1.0.0 to the latest 3.6.0, for the Google.Cloud.Dataplex.V1 namespace."]]],[]]