public sealed class DeletePartition : IMessage<DeletePartition>, IEquatable<DeletePartition>, IDeepCloneable<DeletePartition>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class DeletePartition.
When set in OperationStep, indicates that a partition should be deleted.
Implements
IMessageDeletePartition, IEquatableDeletePartition, IDeepCloneableDeletePartition, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
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 |
|