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."],[[["This document provides reference documentation for the `Schema.Types.PartitionField` class within the Google Cloud Dataplex v1 API, detailing its properties, inheritance, and implementations."],["The `Schema.Types.PartitionField` class represents a key field in an entity's partition structure, with a limit of 20 fields, but only the first 10 allowing for filtering due to performance constraints."],["The class is immutable and is represented in the namespace `Google.Cloud.Dataplex.V1` with the available documented versions ranging from 1.0.0 to 3.6.0."],["The `PartitionField` class has two properties: `Name`, a string defining the partition field's name, and `Type`, defining the type of the partition field, and it also has two constructors."],["The latest version available is 3.6.0, while 2.10.0 is the current documented version for the class and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]