AzureFileShareRecoveryPoint interface

Azure File Share workload specific backup copy.

Extends

Properties

fileShareSnapshotUri

Contains Url to the snapshot of fileshare, if applicable

objectType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointProperties

Properties of Recovery Point

recoveryPointSizeInGB

Contains recovery point size

recoveryPointTime

Time at which this backup copy was created.

recoveryPointType

Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent.

Property Details

fileShareSnapshotUri

Contains Url to the snapshot of fileshare, if applicable

fileShareSnapshotUri?: string

Property Value

string

objectType

Polymorphic discriminator, which specifies the different types this object can be

objectType: "AzureFileShareRecoveryPoint"

Property Value

"AzureFileShareRecoveryPoint"

recoveryPointProperties

Properties of Recovery Point

recoveryPointProperties?: RecoveryPointProperties

Property Value

recoveryPointSizeInGB

Contains recovery point size

recoveryPointSizeInGB?: number

Property Value

number

recoveryPointTime

Time at which this backup copy was created.

recoveryPointTime?: Date

Property Value

Date

recoveryPointType

Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent.

recoveryPointType?: string

Property Value

string