ExportDiskDetails interface
Export disk details
Properties
backup |
Path to backed up manifest, only returned if enableManifestBackup is true. NOTE: This property will not be serialized. It can only be populated by the server. |
manifest |
The relative path of the manifest file on the disk. NOTE: This property will not be serialized. It can only be populated by the server. |
manifest |
The Base16-encoded MD5 hash of the manifest file on the disk. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backupManifestCloudPath
Path to backed up manifest, only returned if enableManifestBackup is true. NOTE: This property will not be serialized. It can only be populated by the server.
backupManifestCloudPath?: string
Property Value
string
manifestFile
The relative path of the manifest file on the disk. NOTE: This property will not be serialized. It can only be populated by the server.
manifestFile?: string
Property Value
string
manifestHash
The Base16-encoded MD5 hash of the manifest file on the disk. NOTE: This property will not be serialized. It can only be populated by the server.
manifestHash?: string
Property Value
string