GranularCopyProgress Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. GranularCopyProgress
- com.
Implements
public class GranularCopyProgress
implements JsonSerializable<GranularCopyProgress>
Granular Copy progress.
Constructor Summary
| Constructor | Description |
|---|---|
| GranularCopyProgress() |
Creates an instance of Granular |
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 |
|
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
Granular |
fromJson(JsonReader jsonReader)
Reads an instance of Granular |
| 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 |
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 java.lang.Object
Constructor Details
GranularCopyProgress
public GranularCopyProgress()
Creates an instance of GranularCopyProgress class.
Method Details
accountId
public String accountId()
Get the accountId property: Id of the account where the data needs to be uploaded.
Returns:
actions
public List<CustomerResolutionCode> actions()
Get the actions property: Available actions on the job.
Returns:
bytesProcessed
public Long bytesProcessed()
Get the bytesProcessed property: To indicate bytes transferred.
Returns:
dataAccountType
public DataAccountType dataAccountType()
Get the dataAccountType property: Data Account Type.
Returns:
directoriesErroredOut
public Long directoriesErroredOut()
Get the directoriesErroredOut property: To indicate directories errored out in the job.
Returns:
error
public CloudError error()
Get the error property: Error, if any, in the stage.
Returns:
filesErroredOut
public Long filesErroredOut()
Get the filesErroredOut property: Number of files which could not be copied.
Returns:
filesProcessed
public Long filesProcessed()
Get the filesProcessed property: Number of files processed.
Returns:
fromJson
public static GranularCopyProgress fromJson(JsonReader jsonReader)
Reads an instance of GranularCopyProgress from the JsonReader.
Parameters:
Returns:
Throws:
invalidDirectoriesProcessed
public Long invalidDirectoriesProcessed()
Get the invalidDirectoriesProcessed property: To indicate directories renamed.
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.
Returns:
invalidFilesProcessed
public Long invalidFilesProcessed()
Get the invalidFilesProcessed property: Number of files not adhering to azure naming conventions which were processed by automatic renaming.
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.
Returns:
renamedContainerCount
public Long renamedContainerCount()
Get the renamedContainerCount property: Number of folders not adhering to azure naming conventions which were processed by automatic renaming.
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.
Returns:
toJson
totalBytesToProcess
public Long totalBytesToProcess()
Get the totalBytesToProcess property: Total amount of data to be processed by the job.
Returns:
totalFilesToProcess
public Long totalFilesToProcess()
Get the totalFilesToProcess property: Total files to process.
Returns:
transferType
public TransferType transferType()
Get the transferType property: Transfer type of data.
Returns:
validate
public void validate()
Validates the instance.