RestorePolicy Enum

Definition

Policy for restore operation.

public enum RestorePolicy
type RestorePolicy = 
Public Enum RestorePolicy
Inheritance
RestorePolicy

Fields

Force 1

Does not check whether backed up state being restored is ahead of the current state.

Safe 0

Ensures that the backed up state being restored is ahead of the current state.

Applies to