次の方法で共有


Database.ClusteringPolicy プロパティ

定義

クラスタリング ポリシーを取得または設定します。既定値は OSSCluster です。 作成時に指定されます。 使用できる値は、'EnterpriseCluster'、'OSSCluster' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clusteringPolicy")]
public string ClusteringPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clusteringPolicy")>]
member this.ClusteringPolicy : string with get, set
Public Property ClusteringPolicy As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象