MigrationValidationDatabaseSummaryResult.Status Property

Definition

Gets current status of validation at the database level Possible values include: 'Default', 'NotStarted', 'Initialized', 'InProgress', 'Completed', 'CompletedWithIssues', 'Stopped', 'Failed'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public string Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : string
Public ReadOnly Property Status As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to