Compartir a través de


RestorePoint.ConsistencyMode Propiedad

Definición

Obtiene o establece consistencyMode de RestorePoint. Se puede especificar en la entrada al crear un punto de restauración. Por ahora, solo CrashConsistent se acepta como entrada válida. Consulte para https://aka.ms/RestorePoints obtener más detalles. Entre los valores posibles se incluyen: "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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a