BackupType enum
type: string
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.