Compartilhar via


DatabaseBackupInfo Class

Definition

Information about backup files when existing backup mode is used.

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

Properties

BackupFiles

The list of backup files for the current database.

BackupFinishOn

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<DatabaseBackupInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatabaseBackupInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseBackupInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseBackupInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatabaseBackupInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to