Cluster Director v1 API - Class DeletePartition (1.0.0-beta01)

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

Reference documentation and code samples for the Cluster Director v1 API class DeletePartition.

When set in OperationStep, indicates that a partition should be deleted.

Inheritance

object > DeletePartition

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

Google.Cloud.HypercomputeCluster.V1.dll

Constructors

DeletePartition()

public DeletePartition()

DeletePartition(DeletePartition)

public DeletePartition(DeletePartition other)
Parameter
Name Description
other DeletePartition

Properties

Partitions

public RepeatedField<string> Partitions { get; }

Output only. Name of the partition to delete

Property Value
Type Description
RepeatedFieldstring