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-25 UTC."],[[["This document provides reference information for the `Schema.Types.PartitionField` class within the Google Cloud Dataplex v1 API, detailing its structure and usage."],["The latest version of the API documentation is version 3.6.0, with a listing of past versions from 3.5.0 down to 1.0.0."],["`PartitionField` represents a key field in an entity's partition structure, and there is a limit of 20 partition fields, with the first 10 having filtering capabilities."],["Partition fields are immutable, and each field must have a name that consists of letters, numbers, and underscores only, with a maximum of 256 characters."],["The `PartitionField` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes properties such as `Name` and `Type`."]]],[]]