Class UploadService.UploadObject

    • Constructor Detail

      • 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.