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."],[[["This page provides reference documentation for the `DeletePartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.3.0."],["The `DeletePartitionRequest` class is used to delete metadata partitions and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of `DeletePartitionRequest` is 3.6.0, and the page also provides links to previous versions, starting from 1.0.0, showing the evolution of the API."],["Key properties of `DeletePartitionRequest` include `Etag`, which is an optional etag for the partition, `Name`, which is the required resource name of the partition, and `PartitionName`, a typed view over the `Name` property."],["The provided versions of `DeletePartitionRequest` from version 3.6.0 down to 1.0.0 are all linked to the same class `Google.Cloud.Dataplex.V1.DeletePartitionRequest`, they just represent different versions of the class."]]],[]]