ExportDiskDetails interface
Export disk details
Properties
| backup |
Path to backed up manifest, only returned if enableManifestBackup is true. |
| manifest |
The relative path of the manifest file on the disk. |
| manifest |
The Base16-encoded MD5 hash of the manifest file on the disk. |
Property Details
backupManifestCloudPath
Path to backed up manifest, only returned if enableManifestBackup is true.
backupManifestCloudPath?: string
Property Value
string
manifestFile
The relative path of the manifest file on the disk.
manifestFile?: string
Property Value
string
manifestHash
The Base16-encoded MD5 hash of the manifest file on the disk.
manifestHash?: string
Property Value
string