Class CopyProgressResponse


  • public final class CopyProgressResponse
    extends java.lang.Object
    • Method Detail

      • accountId

        public java.lang.String accountId()
        Returns:
        Id of the account where the data needs to be uploaded.
      • actions

        public java.util.List<java.lang.String> actions()
        Returns:
        Available actions on the job.
      • bytesProcessed

        public java.lang.Double bytesProcessed()
        Returns:
        To indicate bytes transferred.
      • dataAccountType

        public java.lang.String dataAccountType()
        Returns:
        Data Account Type.
      • directoriesErroredOut

        public java.lang.Double directoriesErroredOut()
        Returns:
        To indicate directories errored out in the job.
      • filesErroredOut

        public java.lang.Double filesErroredOut()
        Returns:
        Number of files which could not be copied
      • filesProcessed

        public java.lang.Double filesProcessed()
        Returns:
        Number of files processed
      • invalidDirectoriesProcessed

        public java.lang.Double invalidDirectoriesProcessed()
        Returns:
        To indicate directories renamed
      • invalidFileBytesUploaded

        public java.lang.Double invalidFileBytesUploaded()
        Returns:
        Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
      • invalidFilesProcessed

        public java.lang.Double invalidFilesProcessed()
        Returns:
        Number of files not adhering to azure naming conventions which were processed by automatic renaming
      • isEnumerationInProgress

        public java.lang.Boolean isEnumerationInProgress()
        Returns:
        To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
      • renamedContainerCount

        public java.lang.Double renamedContainerCount()
        Returns:
        Number of folders not adhering to azure naming conventions which were processed by automatic renaming
      • storageAccountName

        public java.lang.String storageAccountName()
        Returns:
        Name of the storage account. This will be empty for data account types other than storage account.
      • totalBytesToProcess

        public java.lang.Double totalBytesToProcess()
        Returns:
        Total amount of data to be processed by the job.
      • totalFilesToProcess

        public java.lang.Double totalFilesToProcess()
        Returns:
        Total files to process
      • transferType

        public java.lang.String transferType()
        Returns:
        Transfer type of data