AzureFileShareRecoveryPoint interface

Azure File Share workload specific backup copy.

Extends

Properties

fileShareSnapshotUri

Contains Url to the snapshot of fileshare, if applicable

objectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

recoveryPointProperties

Properties of Recovery Point

recoveryPointSizeInGB

Contains recovery point size

recoveryPointTierDetails

Recovery point tier information.

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.

Inherited Properties

threatInfo

Recovery point threat information.

threatStatus

Threat status of the recovery point

Property Details

fileShareSnapshotUri

Contains Url to the snapshot of fileshare, if applicable

fileShareSnapshotUri?: string

Property Value

string

objectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

objectType: "AzureFileShareRecoveryPoint"

Property Value

"AzureFileShareRecoveryPoint"

recoveryPointProperties

Properties of Recovery Point

recoveryPointProperties?: RecoveryPointProperties

Property Value

recoveryPointSizeInGB

Contains recovery point size

recoveryPointSizeInGB?: number

Property Value

number

recoveryPointTierDetails

Recovery point tier information.

recoveryPointTierDetails?: RecoveryPointTierInformation[]

Property Value

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

Inherited Property Details

threatInfo

Recovery point threat information.

threatInfo?: ThreatInfo[]

Property Value

Inherited From RecoveryPoint.threatInfo

threatStatus

Threat status of the recovery point

threatStatus?: string

Property Value

string

Inherited From RecoveryPoint.threatStatus