Package | Description |
---|---|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlobProperties |
BlobClientBase.downloadToFile(String filePath)
Downloads the entire blob into a file specified by the path.
|
BlobProperties |
BlobClientBase.downloadToFile(String filePath,
boolean overwrite)
Downloads the entire blob into a file specified by the path.
|
BlobProperties |
BlobClientBase.getProperties()
Returns the blob's metadata and properties.
|
BlobProperties |
BlobInputStream.getProperties()
Gets the blob properties as fetched upon download.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.