BackupOption Enum

Definition

Indicates the kind of the backup.

public enum BackupOption
type BackupOption = 
Public Enum BackupOption
Inheritance
BackupOption

Fields

Full 0

A full backup of all state managed by the IReliableStateManager.

Incremental 1

Incremental backup of the replica. i.e. only the changes since the last full or incremental backup will be backed up.

Applies to