JobProperties Class
Definition
Contains properties of a Job. See online documentation for more infomration.
public class JobProperties
- Inheritance
-
java.lang.Object
JobProperties
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
Methods
|
createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport)
|
Creates an instance of JobProperties with parameters ready to start an Export job
|
|
createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport, StorageAuthenticationType storageAuthenticationType)
|
Creates an instance of JobProperties with parameters ready to start an Export job
|
|
createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport, StorageAuthenticationType storageAuthenticationType, ManagedIdentity identity)
|
Creates an instance of JobProperties with parameters ready to start an Export job
|
|
createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri)
|
Creates an instance of JobProperties with parameters ready to start an Import job
|
|
createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri, StorageAuthenticationType storageAuthenticationType)
|
Creates an instance of JobProperties with parameters ready to start an Import job
|
|
createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri, StorageAuthenticationType storageAuthenticationType, ManagedIdentity identity)
|
Creates an instance of JobProperties with parameters ready to start an Import job
|
|
getEndTimeUtc()
|
|
getExcludeKeysInExport()
|
|
getFailureReason()
|
|
getIdentity()
|
|
getInputBlobContainerUri()
|
|
getJobId()
|
|
getOutputBlobContainerUri()
|
|
getProgress()
|
|
getStartTimeUtc()
|
|
getStatus()
|
|
getStorageAuthenticationType()
|
|
getType()
|
|
setEndTimeUtc(Date endTimeUtc)
|
|
setExcludeKeysInExport(boolean excludeKeysInExport)
|
|
setFailureReason(String failureReason)
|
|
setIdentity(ManagedIdentity identity)
|
|
setInputBlobContainerUri(String inputBlobContainerUri)
|
|
setJobId(String jobId)
|
|
setJobIdFinal(String jobId)
|
|
setOutputBlobContainerUri(String outputBlobContainerUri)
|
|
setProgress(int progress)
|
|
setStartTimeUtc(Date startTimeUtc)
|
|
setStatus(JobProperties.JobStatus status)
|
|
setStorageAuthenticationType(StorageAuthenticationType storageAuthenticationType)
|
|
setType(JobProperties.JobType type)
|
Applies to