public sealed class CreatePartitionRequest : IMessage<CreatePartitionRequest>, IEquatable<CreatePartitionRequest>, IDeepCloneable<CreatePartitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreatePartitionRequest.
Required. The resource name of the parent zone:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
[[["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 webpage provides reference documentation for the `CreatePartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The `CreatePartitionRequest` class is used to request the creation of a metadata partition and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the Dataplex API is 3.6.0, with a list of other versions from 3.5.0 to 1.0.0, as well as several versions in the 2.x range, being available for the `CreatePartitionRequest` class."],["The class includes properties like `Parent`, `ParentAsEntityName`, `Partition`, and `ValidateOnly`, allowing users to set the parent zone, entity name, partition details, and whether to validate the request without making mutations."],["The `CreatePartitionRequest` class has two constructors, a default and a second one that accepts another `CreatePartitionRequest` object to clone."]]],[]]