AzureFileShareRecoveryPoint interface
Azure File Share workload specific backup copy.
- Extends
Properties
file |
Contains Url to the snapshot of fileshare, if applicable |
object |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
Properties of Recovery Point |
recovery |
Contains recovery point size |
recovery |
Time at which this backup copy was created. |
recovery |
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