Database.ClusteringPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets clustering policy - default is OSSCluster. Specified at create time. Possible values include: '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
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute