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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.