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-21 UTC."],[[["The latest version of the `DeletePartitionRequest` API is 3.6.0, with numerous prior versions available, including 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0 and versions descending down to 1.0.0."],["The `DeletePartitionRequest` class, used for deleting metadata partitions, is part of the `Google.Cloud.Dataplex.V1` namespace and implemented within the `Google.Cloud.Dataplex.V1.dll` assembly."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeletePartitionRequest` class has properties such as `Etag`, `Name`, and `PartitionName` that allow users to specify details regarding the partition to be deleted, the name being the required field."],["The `DeletePartitionRequest` class has two constructors that it can utilize, the default empty one or one that requires a `DeletePartitionRequest` object."]]],[]]