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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java