SqlBackupFileInfo interface
Information of backup file
Properties
copy |
Copy Duration in seconds NOTE: This property will not be serialized. It can only be populated by the server. |
copy |
Copy throughput in KBps NOTE: This property will not be serialized. It can only be populated by the server. |
data |
Bytes read NOTE: This property will not be serialized. It can only be populated by the server. |
data |
Bytes written NOTE: This property will not be serialized. It can only be populated by the server. |
family |
Media family sequence number NOTE: This property will not be serialized. It can only be populated by the server. |
file |
File name. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Status of the file. (Initial, Uploading, Uploaded, Restoring, Restored or Skipped) NOTE: This property will not be serialized. It can only be populated by the server. |
total |
File size in bytes NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
copyDuration
Copy Duration in seconds NOTE: This property will not be serialized. It can only be populated by the server.
copyDuration?: number
Property Value
number
copyThroughput
Copy throughput in KBps NOTE: This property will not be serialized. It can only be populated by the server.
copyThroughput?: number
Property Value
number
dataRead
Bytes read NOTE: This property will not be serialized. It can only be populated by the server.
dataRead?: number
Property Value
number
dataWritten
Bytes written NOTE: This property will not be serialized. It can only be populated by the server.
dataWritten?: number
Property Value
number
familySequenceNumber
Media family sequence number NOTE: This property will not be serialized. It can only be populated by the server.
familySequenceNumber?: number
Property Value
number
fileName
File name. NOTE: This property will not be serialized. It can only be populated by the server.
fileName?: string
Property Value
string
status
Status of the file. (Initial, Uploading, Uploaded, Restoring, Restored or Skipped) NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
totalSize
File size in bytes NOTE: This property will not be serialized. It can only be populated by the server.
totalSize?: number
Property Value
number
Azure SDK for JavaScript