Class UploadService.UploadObject
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.UploadService.UploadObject
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UploadService
Data object for https uploading command.
- See Also:
-
Constructor Summary
ConstructorDescriptionUploadObject
(String name, FilePath src, String url, String sas, String storageType, String storageAccount, PartialBlobProperties blobProperties, Map<String, String> metadata) Default Constructor for UploadObject.UploadObject
(String name, FilePath src, String url, String sas, String storageType, String storageAccount, String containerOrShareName, PartialBlobProperties blobProperties, Map<String, String> metadata) -
Method Summary
-
Constructor Details
-
UploadObject
public UploadObject(String name, FilePath src, String url, String sas, String storageType, String storageAccount, PartialBlobProperties blobProperties, Map<String, String> metadata) Default Constructor for UploadObject.- Parameters:
name
- The name of the uploaded object.src
- The location of the uploaded object.url
- The target the url where the file will be uploaded to.sas
- Share Access Signature for upload authentication.storageType
- The storage type for the object, now only support Azure Blob.storageAccount
- Storage account name for data tracing.
-
UploadObject
-
-
Method Details
-
getName
-
getUrl
-
getSas
-
getStorageType
-
getSrc
-
getStorageAccount
-
getBlobProperties
-
getMetadata