public sealed class CreatePartition : IMessage<CreatePartition>, IEquatable<CreatePartition>, IDeepCloneable<CreatePartition>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class CreatePartition.
When set in OperationStep, indicates that a partition should be created.
Implements
IMessageCreatePartition, IEquatableCreatePartition, IDeepCloneableCreatePartition, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.dll
Constructors
CreatePartition()
public CreatePartition()CreatePartition(CreatePartition)
public CreatePartition(CreatePartition other)| Parameter | |
|---|---|
| Name | Description |
other |
CreatePartition |
Properties
Partitions
public RepeatedField<string> Partitions { get; }Output only. Name of the partition to create
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|