DataBoxDiskGranularCopyProgress Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. GranularCopyProgress - com.
azure. resourcemanager. databox. models. DataBoxDiskGranularCopyProgress
- com.
- com.
public final class DataBoxDiskGranularCopyProgress
extends GranularCopyProgress
DataBox Disk Granular Copy Progress.
Constructor Summary
| Constructor | Description |
|---|---|
| DataBoxDiskGranularCopyProgress() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountId()
Get the account |
|
List<Customer |
actions()
Get the actions property: Available actions on the job. |
| Long |
bytesProcessed()
Get the bytes |
|
Copy |
copyStatus()
Get the copy |
|
Data |
dataAccountType()
Get the data |
| Long |
directoriesErroredOut()
Get the directories |
|
Cloud |
error()
Get the error property: Error, if any, in the stage. |
| Long |
filesErroredOut()
Get the files |
| Long |
filesProcessed()
Get the files |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| Long |
invalidDirectoriesProcessed()
Get the invalid |
| Long |
invalidFileBytesUploaded()
Get the invalid |
| Long |
invalidFilesProcessed()
Get the invalid |
| Boolean |
isEnumerationInProgress()
Get the is |
| Long |
renamedContainerCount()
Get the renamed |
| String |
serialNumber()
Get the serial |
| String |
storageAccountName()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
totalBytesToProcess()
Get the total |
| Long |
totalFilesToProcess()
Get the total |
|
Transfer |
transferType()
Get the transfer |
| void |
validate()
Validates the instance. |
Methods inherited from GranularCopyProgress
Methods inherited from java.lang.Object
Constructor Details
DataBoxDiskGranularCopyProgress
public DataBoxDiskGranularCopyProgress()
Creates an instance of DataBoxDiskGranularCopyProgress class.
Method Details
accountId
public String accountId()
Get the accountId property: Id of the account where the data needs to be uploaded.
Overrides:
DataBoxDiskGranularCopyProgress.accountId()Returns:
actions
public List<CustomerResolutionCode> actions()
Get the actions property: Available actions on the job.
Overrides:
DataBoxDiskGranularCopyProgress.actions()Returns:
bytesProcessed
public Long bytesProcessed()
Get the bytesProcessed property: To indicate bytes transferred.
Overrides:
DataBoxDiskGranularCopyProgress.bytesProcessed()Returns:
copyStatus
public CopyStatus copyStatus()
Get the copyStatus property: The Status of the copy.
Returns:
dataAccountType
public DataAccountType dataAccountType()
Get the dataAccountType property: Data Account Type.
Overrides:
DataBoxDiskGranularCopyProgress.dataAccountType()Returns:
directoriesErroredOut
public Long directoriesErroredOut()
Get the directoriesErroredOut property: To indicate directories errored out in the job.
Overrides:
DataBoxDiskGranularCopyProgress.directoriesErroredOut()Returns:
error
public CloudError error()
Get the error property: Error, if any, in the stage.
Overrides:
DataBoxDiskGranularCopyProgress.error()Returns:
filesErroredOut
public Long filesErroredOut()
Get the filesErroredOut property: Number of files which could not be copied.
Overrides:
DataBoxDiskGranularCopyProgress.filesErroredOut()Returns:
filesProcessed
public Long filesProcessed()
Get the filesProcessed property: Number of files processed.
Overrides:
DataBoxDiskGranularCopyProgress.filesProcessed()Returns:
fromJson
public static DataBoxDiskGranularCopyProgress fromJson(JsonReader jsonReader)
Reads an instance of DataBoxDiskGranularCopyProgress from the JsonReader.
Parameters:
Returns:
Throws:
invalidDirectoriesProcessed
public Long invalidDirectoriesProcessed()
Get the invalidDirectoriesProcessed property: To indicate directories renamed.
Overrides:
DataBoxDiskGranularCopyProgress.invalidDirectoriesProcessed()Returns:
invalidFileBytesUploaded
public Long invalidFileBytesUploaded()
Get the invalidFileBytesUploaded property: Total amount of data not adhering to azure naming conventions which were processed by automatic renaming.
Overrides:
DataBoxDiskGranularCopyProgress.invalidFileBytesUploaded()Returns:
invalidFilesProcessed
public Long invalidFilesProcessed()
Get the invalidFilesProcessed property: Number of files not adhering to azure naming conventions which were processed by automatic renaming.
Overrides:
DataBoxDiskGranularCopyProgress.invalidFilesProcessed()Returns:
isEnumerationInProgress
public Boolean isEnumerationInProgress()
Get the isEnumerationInProgress property: To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
Overrides:
DataBoxDiskGranularCopyProgress.isEnumerationInProgress()Returns:
renamedContainerCount
public Long renamedContainerCount()
Get the renamedContainerCount property: Number of folders not adhering to azure naming conventions which were processed by automatic renaming.
Overrides:
DataBoxDiskGranularCopyProgress.renamedContainerCount()Returns:
serialNumber
public String serialNumber()
Get the serialNumber property: Disk Serial Number.
Returns:
storageAccountName
public String storageAccountName()
Get the storageAccountName property: Name of the storage account. This will be empty for data account types other than storage account.
Overrides:
DataBoxDiskGranularCopyProgress.storageAccountName()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataBoxDiskGranularCopyProgress.toJson(JsonWriter jsonWriter)Parameters:
Throws:
totalBytesToProcess
public Long totalBytesToProcess()
Get the totalBytesToProcess property: Total amount of data to be processed by the job.
Overrides:
DataBoxDiskGranularCopyProgress.totalBytesToProcess()Returns:
totalFilesToProcess
public Long totalFilesToProcess()
Get the totalFilesToProcess property: Total files to process.
Overrides:
DataBoxDiskGranularCopyProgress.totalFilesToProcess()Returns:
transferType
public TransferType transferType()
Get the transferType property: Transfer type of data.
Overrides:
DataBoxDiskGranularCopyProgress.transferType()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DataBoxDiskGranularCopyProgress.validate()