Share via


DataMigrationSqlBackupSetInfo Class

Definition

Information of backup set.

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

Properties

BackupFinishOn

Backup end time.

BackupSetId

Backup set id.

BackupStartOn

Backup start date.

BackupType

Backup type.

FamilyCount

Media family count.

FirstLSN

First LSN of the backup set.

HasBackupChecksums

Has Backup Checksums.

IgnoreReasons

The reasons why the backup set is ignored.

IsBackupRestored

Whether this backup set has been restored or not.

LastLSN

Last LSN of the backup set.

ListOfBackupFiles

List of files in the backup set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationSqlBackupSetInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationSqlBackupSetInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationSqlBackupSetInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationSqlBackupSetInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationSqlBackupSetInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to