public sealed class DeletePartitionRequest : IMessage<DeletePartitionRequest>, IEquatable<DeletePartitionRequest>, IDeepCloneable<DeletePartitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeletePartitionRequest.
Required. The resource name of the partition.
format:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}.
The {partition_value_path} segment consists of an ordered sequence of
partition values separated by "/". All values must be provided.
[[["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-04-09 UTC."],[[["The latest version available for the `DeletePartitionRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of other versions available going back to 1.0.0."],["The `DeletePartitionRequest` class is used to delete metadata partition requests within the Dataplex V1 API."],["It inherits members from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeletePartitionRequest` class includes properties like `Etag`, `Name`, and `PartitionName`, each serving specific roles in identifying and managing partitions."],["The required `Name` property of the `DeletePartitionRequest` class property holds the resource name of the partition and follows a specific format that includes project, location, lake, zone, entity, and partition value path information."]]],[]]