你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BackupOption Enum
- java.
lang. Object - java.
lang. Enum<BackupOption> - microsoft.
servicefabric. data. BackupOption
- microsoft.
- java.
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.