Share via


RecommendedIndex.Action Property

Definition

Gets the proposed index action. You can create a missing index, drop an unused index, or rebuild an existing index to improve its performance. Possible values include: 'Create', 'Drop', 'Rebuild'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.action")]
public Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexAction? Action { get; }

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to