Class DeletePartitionRequest (2.0.0)

public sealed class DeletePartitionRequest : IMessage<DeletePartitionRequest>, IEquatable<DeletePartitionRequest>, IDeepCloneable<DeletePartitionRequest>, IBufferMessage, IMessage

Delete metadata partition request.

Inheritance

Object > DeletePartitionRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeletePartitionRequest()

public DeletePartitionRequest()

DeletePartitionRequest(DeletePartitionRequest)

public DeletePartitionRequest(DeletePartitionRequest other)
Parameter
Name Description
other DeletePartitionRequest

Properties

Etag

[Obsolete]
public string Etag { get; set; }

Optional. The etag associated with the partition if it was previously retrieved.

Property Value
Type Description
String

Name

public string Name { get; set; }

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.

Property Value
Type Description
String

PartitionName

public PartitionName PartitionName { get; set; }

PartitionName-typed view over the Name resource name property.

Property Value
Type Description
PartitionName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.