共用方式為


SearchServiceInner.PartitionCount 屬性

定義

取得或設定搜尋服務中的資料分割數目;如果指定,它可以是 1、2、3、4、6 或 12。 大於 1 的值僅適用于標準 SKU。 對於 hostingMode 設定為 'highDensity' 的 'standard3' 服務,允許的值介於 1 到 3 之間。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partitionCount")]
public int? PartitionCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partitionCount")>]
member this.PartitionCount : Nullable<int> with get, set
Public Property PartitionCount As Nullable(Of Integer)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於