Share via


DataMigrationDatabaseBackupInfo Class

Definition

Information about backup files when existing backup mode is used.

public class DataMigrationDatabaseBackupInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.DataMigrationDatabaseBackupInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.DataMigrationDatabaseBackupInfo>
type DataMigrationDatabaseBackupInfo = class
    interface IJsonModel<DataMigrationDatabaseBackupInfo>
    interface IPersistableModel<DataMigrationDatabaseBackupInfo>
Public Class DataMigrationDatabaseBackupInfo
Implements IJsonModel(Of DataMigrationDatabaseBackupInfo), IPersistableModel(Of DataMigrationDatabaseBackupInfo)
Inheritance
DataMigrationDatabaseBackupInfo
Implements

Properties

BackupFiles

The list of backup files for the current database.

BackupFinishedOn

Date and time when the backup operation finished.

BackupType

Backup Type.

DatabaseName

Database name.

FamilyCount

Number of files in the backup set.

IsCompressed

Whether the backup set is compressed.

IsDamaged

Database was damaged when backed up, but the backup operation was requested to continue despite errors.

Position

Position of current database backup in the file.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationDatabaseBackupInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataMigrationDatabaseBackupInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationDatabaseBackupInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationDatabaseBackupInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataMigrationDatabaseBackupInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to