public sealed class PartitionField : IMessage<Schema.Types.PartitionField>, IEquatable<Schema.Types.PartitionField>, IDeepCloneable<Schema.Types.PartitionField>, IBufferMessage, IMessage
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.
[[["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 page details the `PartitionField` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for version 2.0.0 and its prior version history."],["The `PartitionField` class represents a key field in an entity's partition structure, allowing up to 20 fields with filtering capabilities limited to the first 10."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer operations."],["Key properties of the `PartitionField` class include `Name`, a string representing the partition's name with a maximum length of 767 characters, and `Type`, which specifies the immutable field type."],["The latest version of the documentation shown is 3.6.0, with several prior versions listed going all the way back to 1.0.0, allowing the user to consult the documentation related to the appropriate version."]]],[]]