Share via


CosmosDBForPostgreSqlClusterData.NodeCount Property

Definition

Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation.

public int? NodeCount { get; set; }
member this.NodeCount : Nullable<int> with get, set
Public Property NodeCount As Nullable(Of Integer)

Property Value

Applies to