SqlBackupFileInfo interface

Information of backup file

Properties

copyDuration

Copy Duration in seconds NOTE: This property will not be serialized. It can only be populated by the server.

copyThroughput

Copy throughput in KBps NOTE: This property will not be serialized. It can only be populated by the server.

dataRead

Bytes read NOTE: This property will not be serialized. It can only be populated by the server.

dataWritten

Bytes written NOTE: This property will not be serialized. It can only be populated by the server.

familySequenceNumber

Media family sequence number NOTE: This property will not be serialized. It can only be populated by the server.

fileName

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.

totalSize

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