ConsistencyModeType Enum

Definition

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.

public enum ConsistencyModeType
type ConsistencyModeType = 
Public Enum ConsistencyModeType
Inheritance
ConsistencyModeType

Fields

Name Value Description
CrashConsistent 0

CrashConsistent.

FileSystemConsistent 1

FileSystemConsistent.

ApplicationConsistent 2

ApplicationConsistent.

Applies to