다음을 통해 공유


RestorePoint.ConsistencyMode Property

Definition

Gets or sets consistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details. Possible values include: 'CrashConsistent', 'FileSystemConsistent', 'ApplicationConsistent'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.consistencyMode")]
public string ConsistencyMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.consistencyMode")>]
member this.ConsistencyMode : string with get, set
Public Property ConsistencyMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to