Share via


DatabaseBackupInfo.BackupType Property

Definition

Gets backup Type. Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial'

[Newtonsoft.Json.JsonProperty(PropertyName="backupType")]
public string BackupType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupType")>]
member this.BackupType : string
Public ReadOnly Property BackupType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to