RecommendedIndexUpdateProperties.State 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.
Optional. Gets or sets requested index state. We execute or cancel index operations by altering index state. Allowed state transitions are :Active -> Pending - Start index creation processPending -> Active - Cancel index creationActive/Pending -> Ignored - Ignore index recommendation so it will no longer show in active recommendationsIgnored -> Active - Restore index recommendationSuccess -> Pending Revert - Revert index that has been createdPending Revert -> Revert Canceled - Cancel index revert operation
public string State { get; set; }
member this.State : string with get, set
Public Property State As String