Class CopyProgressResponse
- java.lang.Object
-
- com.pulumi.azurenative.databox.outputs.CopyProgressResponse
-
public final class CopyProgressResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CopyProgressResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accountId()
java.util.List<java.lang.String>
actions()
static CopyProgressResponse.Builder
builder()
static CopyProgressResponse.Builder
builder(CopyProgressResponse defaults)
java.lang.Double
bytesProcessed()
java.lang.String
dataAccountType()
java.lang.Double
directoriesErroredOut()
CloudErrorResponse
error()
java.lang.Double
filesErroredOut()
java.lang.Double
filesProcessed()
java.lang.Double
invalidDirectoriesProcessed()
java.lang.Double
invalidFileBytesUploaded()
java.lang.Double
invalidFilesProcessed()
java.lang.Boolean
isEnumerationInProgress()
java.lang.Double
renamedContainerCount()
java.lang.String
storageAccountName()
java.lang.Double
totalBytesToProcess()
java.lang.Double
totalFilesToProcess()
java.lang.String
transferType()
-
-
-
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.
-
error
public CloudErrorResponse error()
- Returns:
- Error, if any, in the stage
-
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
-
builder
public static CopyProgressResponse.Builder builder()
-
builder
public static CopyProgressResponse.Builder builder(CopyProgressResponse defaults)
-
-