你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosDBForPostgreSqlClusterPatch.NodeCount 属性

定义

群集的工作器节点计数。 当节点计数为 0 时,它表示单个节点配置,能够在该节点上创建分布式表。 2 个或更多工作器节点表示多节点配置。 节点计数值不能为 1。

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

属性值

适用于