BackupOption Enum

  • java.lang.Object
    • java.lang.Enum<BackupOption>
      • microsoft.servicefabric.data.BackupOption

public enum BackupOption

Indicates the kind of the backup.

Fields

FULL

A full backup of all state managed by the ReliableStateManager.

INCREMENTAL

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

Methods

getValue()

public int getValue()

Get the enum ordinal.

Returns

int
enum ordinal.

Applies to