Cloud Dataplex v1 API - Class CreatePartitionRequest (2.13.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class CreatePartitionRequest.

Create metadata partition request.

Inheritance

object > CreatePartitionRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreatePartitionRequest()

public CreatePartitionRequest()

CreatePartitionRequest(CreatePartitionRequest)

public CreatePartitionRequest(CreatePartitionRequest other)
Parameter
NameDescription
otherCreatePartitionRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

Property Value
TypeDescription
string

ParentAsEntityName

public EntityName ParentAsEntityName { get; set; }

EntityName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntityName

Partition

public Partition Partition { get; set; }

Required. Partition resource.

Property Value
TypeDescription
Partition

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Only validate the request, but do not perform mutations. The default is false.

Property Value
TypeDescription
bool