JobProperties Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. JobProperties
- com.
public class JobProperties
Contains properties of a Job. See online documentation for more infomration.
Constructor Summary
Constructor | Description | |
---|---|---|
JobProperties() |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
JobProperties
public JobProperties()
Method Details
createForExportJob
public static JobProperties createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport)
Creates an instance of JobProperties with parameters ready to start an Export job
Parameters:
Returns:
createForExportJob
public static JobProperties createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport, StorageAuthenticationType storageAuthenticationType)
Creates an instance of JobProperties with parameters ready to start an Export job
Parameters:
Returns:
createForExportJob
public static JobProperties createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport, StorageAuthenticationType storageAuthenticationType, ManagedIdentity identity)
Creates an instance of JobProperties with parameters ready to start an Export job
Parameters:
Returns:
createForImportJob
public static JobProperties createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri)
Creates an instance of JobProperties with parameters ready to start an Import job
Parameters:
Returns:
createForImportJob
public static JobProperties createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri, StorageAuthenticationType storageAuthenticationType)
Creates an instance of JobProperties with parameters ready to start an Import job
Parameters:
Returns:
createForImportJob
public static JobProperties createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri, StorageAuthenticationType storageAuthenticationType, ManagedIdentity identity)
Creates an instance of JobProperties with parameters ready to start an Import job
Parameters:
Returns:
getEndTimeUtc
public Date getEndTimeUtc()
Returns:
getExcludeKeysInExport
public boolean getExcludeKeysInExport()
Returns:
getFailureReason
public String getFailureReason()
Returns:
getIdentity
public ManagedIdentity getIdentity()
Returns:
getInputBlobContainerUri
public String getInputBlobContainerUri()
Returns:
getJobId
public String getJobId()
Returns:
getOutputBlobContainerUri
public String getOutputBlobContainerUri()
Returns:
getProgress
public int getProgress()
Returns:
getStartTimeUtc
public Date getStartTimeUtc()
Returns:
getStatus
public JobProperties.JobStatus getStatus()
Returns:
getStorageAuthenticationType
public StorageAuthenticationType getStorageAuthenticationType()
Returns:
getType
public JobProperties.JobType getType()
Returns:
setEndTimeUtc
public void setEndTimeUtc(Date endTimeUtc)
Parameters:
setExcludeKeysInExport
public void setExcludeKeysInExport(boolean excludeKeysInExport)
Parameters:
setFailureReason
public void setFailureReason(String failureReason)
Parameters:
setIdentity
public void setIdentity(ManagedIdentity identity)
Parameters:
setInputBlobContainerUri
public void setInputBlobContainerUri(String inputBlobContainerUri)
Parameters:
setJobId
public void setJobId(String jobId)
Parameters:
Throws:
setJobIdFinal
public final void setJobIdFinal(String jobId)
Parameters:
Throws:
setOutputBlobContainerUri
public void setOutputBlobContainerUri(String outputBlobContainerUri)
Parameters:
setProgress
public void setProgress(int progress)
Parameters:
setStartTimeUtc
public void setStartTimeUtc(Date startTimeUtc)
Parameters:
setStatus
public void setStatus(JobProperties.JobStatus status)
Parameters:
setStorageAuthenticationType
public void setStorageAuthenticationType(StorageAuthenticationType storageAuthenticationType)
Parameters:
setType
public void setType(JobProperties.JobType type)
Parameters:
Applies to
Azure SDK for Java