Partager via


RestorePoint.ConsistencyMode Propriété

Définition

Obtient ou définit consistencyMode du RestorePoint. Peut être spécifié dans l’entrée lors de la création d’un point de restauration. Pour l’instant, seul CrashConsistent est accepté en tant qu’entrée valide. Pour plus d’informations, reportez-vous à https://aka.ms/RestorePoints . Les valeurs possibles sont les suivantes : « 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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à