BackupInfo
Represents a backup point which can be used to trigger a restore.
Properties
Name | Type | Required |
---|---|---|
BackupId |
string (uuid) | No |
BackupChainId |
string (uuid) | No |
ApplicationName |
string | No |
ServiceName |
string | No |
PartitionInformation |
PartitionInformation | No |
BackupLocation |
string | No |
BackupType |
string (enum) | No |
EpochOfLastBackupRecord |
Epoch | No |
LsnOfLastBackupRecord |
string | No |
CreationTimeUtc |
string (date-time) | No |
ServiceManifestVersion |
string | No |
FailureError |
FabricErrorError | No |
BackupId
Type: string (uuid)
Required: No
Unique backup ID .
BackupChainId
Type: string (uuid)
Required: No
Unique backup chain ID. All backups part of the same chain has the same backup chain id. A backup chain is comprised of 1 full backup and multiple incremental backups.
ApplicationName
Type: string
Required: No
Name of the Service Fabric application this partition backup belongs to.
ServiceName
Type: string
Required: No
Name of the Service Fabric service this partition backup belongs to.
PartitionInformation
Type: PartitionInformation
Required: No
Information about the partition to which this backup belongs to
BackupLocation
Type: string
Required: No
Location of the backup, relative to the backup store.
BackupType
Type: string (enum)
Required: No
Describes the type of backup, whether its full or incremental.
Possible values are:
Invalid
- Indicates an invalid backup type. All Service Fabric enumerations have the invalid type.Full
- Indicates a full backup.Incremental
- Indicates an incremental backup. A backup chain is comprised of a full backup followed by 0 or more incremental backups.
EpochOfLastBackupRecord
Type: Epoch
Required: No
Epoch of the last record in this backup.
LsnOfLastBackupRecord
Type: string
Required: No
LSN of the last record in this backup.
CreationTimeUtc
Type: string (date-time)
Required: No
The date time when this backup was taken.
ServiceManifestVersion
Type: string
Required: No
Manifest Version of the service this partition backup belongs to.
FailureError
Type: FabricErrorError
Required: No
Denotes the failure encountered in getting backup point information.