public final class BackupItemProperties extends Object
| Constructor and Description |
|---|
BackupItemProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
backupId()
Get the backupId property: Id of the backup.
|
String |
blobName()
Get the blobName property: Name of the blob which contains data for this backup.
|
String |
correlationId()
Get the correlationId property: Unique correlation identifier.
|
OffsetDateTime |
created()
Get the created property: Timestamp of the backup creation.
|
List<DatabaseBackupSetting> |
databases()
Get the databases property: List of databases included in the backup.
|
OffsetDateTime |
finishedTimestamp()
Get the finishedTimestamp property: Timestamp when this backup finished.
|
OffsetDateTime |
lastRestoreTimestamp()
Get the lastRestoreTimestamp property: Timestamp of a last restore operation which used this backup.
|
String |
log()
Get the log property: Details regarding this backup.
|
String |
name()
Get the name property: Name of this backup.
|
Boolean |
scheduled()
Get the scheduled property: True if this backup has been created due to a schedule being triggered.
|
Long |
sizeInBytes()
Get the sizeInBytes property: Size of the backup in bytes.
|
BackupItemStatus |
status()
Get the status property: Backup status.
|
String |
storageAccountUrl()
Get the storageAccountUrl property: SAS URL for the storage account container which contains this backup.
|
void |
validate()
Validates the instance.
|
Long |
websiteSizeInBytes()
Get the websiteSizeInBytes property: Size of the original web app which has been backed up.
|
public Integer backupId()
public String storageAccountUrl()
public String blobName()
public String name()
public BackupItemStatus status()
public Long sizeInBytes()
public OffsetDateTime created()
public String log()
public List<DatabaseBackupSetting> databases()
public Boolean scheduled()
public OffsetDateTime lastRestoreTimestamp()
public OffsetDateTime finishedTimestamp()
public String correlationId()
public Long websiteSizeInBytes()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.