SqlBackupSetInfo Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. models. SqlBackupSetInfo
- com.
Implements
public final class SqlBackupSetInfo
implements JsonSerializable<SqlBackupSetInfo>
Information of backup set.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlBackupSetInfo() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
backupFinishDate()
Get the backup |
| UUID |
backupSetId()
Get the backup |
|
Offset |
backupStartDate()
Get the backup |
| String |
backupType()
Get the backup |
| Integer |
familyCount()
Get the family |
| String |
firstLsn()
Get the first |
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| Boolean |
hasBackupChecksums()
Get the has |
| List<String> |
ignoreReasons()
Get the ignore |
| Boolean |
isBackupRestored()
Get the is |
| String |
lastLsn()
Get the last |
|
List<Sql |
listOfBackupFiles()
Get the list |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SqlBackupSetInfo
public SqlBackupSetInfo()
Creates an instance of SqlBackupSetInfo class.
Method Details
backupFinishDate
public OffsetDateTime backupFinishDate()
Get the backupFinishDate property: Backup end time.
Returns:
backupSetId
public UUID backupSetId()
Get the backupSetId property: Backup set id.
Returns:
backupStartDate
public OffsetDateTime backupStartDate()
Get the backupStartDate property: Backup start date.
Returns:
backupType
public String backupType()
Get the backupType property: Backup type.
Returns:
familyCount
public Integer familyCount()
Get the familyCount property: Media family count.
Returns:
firstLsn
public String firstLsn()
Get the firstLsn property: First LSN of the backup set.
Returns:
fromJson
public static SqlBackupSetInfo fromJson(JsonReader jsonReader)
Reads an instance of SqlBackupSetInfo from the JsonReader.
Parameters:
Returns:
Throws:
hasBackupChecksums
public Boolean hasBackupChecksums()
Get the hasBackupChecksums property: Has Backup Checksums.
Returns:
ignoreReasons
public List<String> ignoreReasons()
Get the ignoreReasons property: The reasons why the backup set is ignored.
Returns:
isBackupRestored
public Boolean isBackupRestored()
Get the isBackupRestored property: Whether this backup set has been restored or not.
Returns:
lastLsn
public String lastLsn()
Get the lastLsn property: Last LSN of the backup set.
Returns:
listOfBackupFiles
public List<SqlBackupFileInfo> listOfBackupFiles()
Get the listOfBackupFiles property: List of files in the backup set.
Returns:
toJson
validate
public void validate()
Validates the instance.