RestorePolicy Enum
- java.
lang. Object - java.
lang. Enum<RestorePolicy> - microsoft.
servicefabric. data. RestorePolicy
- microsoft.
- java.
public enum RestorePolicy
Policy for restore operation.
Fields
FORCE |
Does not check whether backed up state being restored is ahead of the current state. |
SAFE |
Ensures that the backed up state being restored is ahead of the current state. |
Methods
getValue()
public int getValue()
Gets the enum ordinal.
Returns
int
enum ordinal.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java