public sealed class DeletePartitionRequest : IMessage<DeletePartitionRequest>, IEquatable<DeletePartitionRequest>, IDeepCloneable<DeletePartitionRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `DeletePartitionRequest` class within the `Google.Cloud.Dataplex.V1` namespace, used to request the deletion of a metadata partition."],["The latest version of `DeletePartitionRequest` is 3.6.0, with numerous previous versions available, ranging back to version 1.0.0."],["The `DeletePartitionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `DeletePartitionRequest` class include `Etag` (used for versioning) and `Name` (the resource name of the partition to delete), alongside a `PartitionName` property providing a typed view over the resource `Name`."],["The class provides two constructors: a default constructor `DeletePartitionRequest()` and an overload `DeletePartitionRequest(DeletePartitionRequest other)` for creating copies."]]],[]]