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 document provides reference documentation for the `DeletePartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.10.0 and other versions of the API."],["`DeletePartitionRequest` is used to delete a metadata partition and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a copy constructor that takes another `DeletePartitionRequest` as a parameter, allowing for object duplication."],["Key properties of the `DeletePartitionRequest` class are `Etag` for partition versioning, `Name` for specifying the resource name of the partition to delete, and `PartitionName` for a typed view over the `Name` resource."],["The latest version of the API documented is 3.6.0, while the list includes versions all the way back to 1.0.0."]]],[]]