RestoreState enum
type: string
Represents the current state of the partition restore operation.
Possible values are:
Invalid
- Indicates an invalid restore state. All Service Fabric enumerations have the invalid type.Accepted
- Operation has been validated and accepted. Restore is yet to be triggered.RestoreInProgress
- Restore operation has been triggered and is under process.Success
- Operation completed with success.Failure
- Operation completed with failure.Timeout
- Operation timed out.