次の方法で共有


MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel Class

public final class MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel
extends MigrateSqlServerSqlMISyncTaskOutput

The MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel model.

Constructor Summary

Constructor Description
MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel()

Creates an instance of MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel class.

Method Summary

Modifier and Type Method and Description
List<BackupSetInfo> activeBackupSets()

Get the activeBackupSets property: Backup sets that are currently active (Either being uploaded or getting restored).

String containerName()

Get the containerName property: Name of container created in the Azure Storage account where backups are copied to.

OffsetDateTime endedOn()

Get the endedOn property: Database migration end time.

String errorPrefix()

Get the errorPrefix property: prefix string to use for querying errors for this database.

List<ReportableException> exceptionsAndWarnings()

Get the exceptionsAndWarnings property: Migration exceptions and warnings.

static MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel fromJson(JsonReader jsonReader)

Reads an instance of MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel from the JsonReader.

BackupSetInfo fullBackupSetInfo()

Get the fullBackupSetInfo property: Details of full backup set.

Boolean isFullBackupRestored()

Get the isFullBackupRestored property: Whether full backup has been applied to the target database or not.

BackupSetInfo lastRestoredBackupSetInfo()

Get the lastRestoredBackupSetInfo property: Last applied backup set information.

DatabaseMigrationState migrationState()

Get the migrationState property: Current state of database.

String resultType()

Get the resultType property: Result type.

String sourceDatabaseName()

Get the sourceDatabaseName property: Name of the database.

OffsetDateTime startedOn()

Get the startedOn property: Database migration start time.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from MigrateSqlServerSqlMISyncTaskOutput

Methods inherited from java.lang.Object

Constructor Details

MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel

public MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel()

Creates an instance of MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel class.

Method Details

activeBackupSets

public List<BackupSetInfo> activeBackupSets()

Get the activeBackupSets property: Backup sets that are currently active (Either being uploaded or getting restored).

Returns:

the activeBackupSets value.

containerName

public String containerName()

Get the containerName property: Name of container created in the Azure Storage account where backups are copied to.

Returns:

the containerName value.

endedOn

public OffsetDateTime endedOn()

Get the endedOn property: Database migration end time.

Returns:

the endedOn value.

errorPrefix

public String errorPrefix()

Get the errorPrefix property: prefix string to use for querying errors for this database.

Returns:

the errorPrefix value.

exceptionsAndWarnings

public List<ReportableException> exceptionsAndWarnings()

Get the exceptionsAndWarnings property: Migration exceptions and warnings.

Returns:

the exceptionsAndWarnings value.

fromJson

public static MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel fromJson(JsonReader jsonReader)

Reads an instance of MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.

fullBackupSetInfo

public BackupSetInfo fullBackupSetInfo()

Get the fullBackupSetInfo property: Details of full backup set.

Returns:

the fullBackupSetInfo value.

isFullBackupRestored

public Boolean isFullBackupRestored()

Get the isFullBackupRestored property: Whether full backup has been applied to the target database or not.

Returns:

the isFullBackupRestored value.

lastRestoredBackupSetInfo

public BackupSetInfo lastRestoredBackupSetInfo()

Get the lastRestoredBackupSetInfo property: Last applied backup set information.

Returns:

the lastRestoredBackupSetInfo value.

migrationState

public DatabaseMigrationState migrationState()

Get the migrationState property: Current state of database.

Returns:

the migrationState value.

resultType

public String resultType()

Get the resultType property: Result type.

Overrides:

MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.resultType()

Returns:

the resultType value.

sourceDatabaseName

public String sourceDatabaseName()

Get the sourceDatabaseName property: Name of the database.

Returns:

the sourceDatabaseName value.

startedOn

public OffsetDateTime startedOn()

Get the startedOn property: Database migration start time.

Returns:

the startedOn value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.validate()

Applies to