RecommendedIndex.IndexType Property

Definition

Gets the type of index (CLUSTERED, NONCLUSTERED, COLUMNSTORE, CLUSTERED COLUMNSTORE). Possible values include: 'CLUSTERED', 'NONCLUSTERED', 'COLUMNSTORE', 'CLUSTERED COLUMNSTORE'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.indexType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexType? IndexType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.indexType")>]
member this.IndexType : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexType>
Public ReadOnly Property IndexType As Nullable(Of RecommendedIndexType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to