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-03-25 UTC."],[[["The latest version of the `DeletePartitionRequest` API is 3.6.0, with a history of versions back to 1.0.0 available for reference."],["`DeletePartitionRequest` is a class within the `Google.Cloud.Dataplex.V1` namespace, used for deleting metadata partition requests in the Cloud Dataplex v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling, comparison, cloning, and buffering."],["The `DeletePartitionRequest` class requires a `Name` property that specifies the full resource path of the partition to be deleted, which is formatted as `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}`."],["It has an optional `Etag` property, used to help manage versioning, and can be constructed either by instantiating a default object or by providing another `DeletePartitionRequest` object."]]],[]]