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-25 UTC."],[[["This webpage details the `PartitionField` class within the `Google.Cloud.Dataplex.V1` namespace, which is a key component for defining the structure of data partitions in Google Cloud Dataplex."],["The `PartitionField` class is available in multiple versions, ranging from version 1.0.0 up to the latest version 3.6.0, each accessible via its respective link."],["`PartitionField` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality comparisons, deep cloning, and buffered message operations."],["Key properties of the `PartitionField` class include `Name`, a string representing the partition name with a maximum length of 767 characters, and `Type`, which specifies the data type of the partition field."],["The class has two constructors: a parameterless one, `PartitionField()`, and another that takes another `PartitionField` as a parameter, `PartitionField(Schema.Types.PartitionField other)`."]]],[]]