Class CopyProgress

java.lang.Object
com.azure.resourcemanager.databox.models.CopyProgress

public final class CopyProgress extends Object
Copy progress.
  • Constructor Details

    • CopyProgress

      public CopyProgress()
      Creates an instance of CopyProgress class.
  • Method Details

    • 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:
      the storageAccountName value.
    • transferType

      public TransferType transferType()
      Get the transferType property: Transfer type of data.
      Returns:
      the transferType value.
    • dataAccountType

      public DataAccountType dataAccountType()
      Get the dataAccountType property: Data Account Type.
      Returns:
      the dataAccountType value.
    • accountId

      public String accountId()
      Get the accountId property: Id of the account where the data needs to be uploaded.
      Returns:
      the accountId value.
    • bytesProcessed

      public Long bytesProcessed()
      Get the bytesProcessed property: To indicate bytes transferred.
      Returns:
      the bytesProcessed value.
    • totalBytesToProcess

      public Long totalBytesToProcess()
      Get the totalBytesToProcess property: Total amount of data to be processed by the job.
      Returns:
      the totalBytesToProcess value.
    • filesProcessed

      public Long filesProcessed()
      Get the filesProcessed property: Number of files processed.
      Returns:
      the filesProcessed value.
    • totalFilesToProcess

      public Long totalFilesToProcess()
      Get the totalFilesToProcess property: Total files to process.
      Returns:
      the totalFilesToProcess value.
    • invalidFilesProcessed

      public Long invalidFilesProcessed()
      Get the invalidFilesProcessed property: Number of files not adhering to azure naming conventions which were processed by automatic renaming.
      Returns:
      the invalidFilesProcessed value.
    • 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:
      the invalidFileBytesUploaded value.
    • renamedContainerCount

      public Long renamedContainerCount()
      Get the renamedContainerCount property: Number of folders not adhering to azure naming conventions which were processed by automatic renaming.
      Returns:
      the renamedContainerCount value.
    • filesErroredOut

      public Long filesErroredOut()
      Get the filesErroredOut property: Number of files which could not be copied.
      Returns:
      the filesErroredOut value.
    • directoriesErroredOut

      public Long directoriesErroredOut()
      Get the directoriesErroredOut property: To indicate directories errored out in the job.
      Returns:
      the directoriesErroredOut value.
    • invalidDirectoriesProcessed

      public Long invalidDirectoriesProcessed()
      Get the invalidDirectoriesProcessed property: To indicate directories renamed.
      Returns:
      the invalidDirectoriesProcessed value.
    • 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:
      the isEnumerationInProgress value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.