Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
Mono<com.azure.core.http.rest.Response<BlockBlobItem>> |
BlobAsyncClient.uploadFromFileWithResponse(BlobUploadFromFileOptions options)
Creates a new block blob, or updates the content of an existing block blob, with the content of the specified
file.
|
com.azure.core.http.rest.Response<BlockBlobItem> |
BlobClient.uploadFromFileWithResponse(BlobUploadFromFileOptions options,
Duration timeout,
com.azure.core.util.Context context)
Creates a new block blob, or updates the content of an existing block blob.
|
Modifier and Type | Method and Description |
---|---|
BlobUploadFromFileOptions |
BlobUploadFromFileOptions.setHeaders(BlobHttpHeaders headers) |
BlobUploadFromFileOptions |
BlobUploadFromFileOptions.setMetadata(Map<String,String> metadata) |
BlobUploadFromFileOptions |
BlobUploadFromFileOptions.setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) |
BlobUploadFromFileOptions |
BlobUploadFromFileOptions.setRequestConditions(BlobRequestConditions requestConditions) |
BlobUploadFromFileOptions |
BlobUploadFromFileOptions.setTags(Map<String,String> tags) |
BlobUploadFromFileOptions |
BlobUploadFromFileOptions.setTier(AccessTier tier) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.