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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003ePartitionField\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1\u003c/code\u003e namespace, which is a key component for defining the structure of data partitions in Google Cloud Dataplex.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePartitionField\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePartitionField\u003c/code\u003e implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing methods for message handling, equality comparisons, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003ePartitionField\u003c/code\u003e class include \u003ccode\u003eName\u003c/code\u003e, a string representing the partition name with a maximum length of 767 characters, and \u003ccode\u003eType\u003c/code\u003e, which specifies the data type of the partition field.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a parameterless one, \u003ccode\u003ePartitionField()\u003c/code\u003e, and another that takes another \u003ccode\u003ePartitionField\u003c/code\u003e as a parameter, \u003ccode\u003ePartitionField(Schema.Types.PartitionField other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]