Skip navigation links

Azure SDK for Java Reference Documentation

Current version is 12.9.0-beta.2, click here for the index

See: Description

Azure Storage - Common 
Package Description
com.azure.storage.common
This package contains generic classes used by Azure Storage services.
com.azure.storage.common.policy
Package containing policies used by Azure Storage services.
com.azure.storage.common.sas
Package containing SAS (shared access signature) classes used by Azure Storage services.
Current version is 12.9.0-beta.2, click here for the index

Azure Storage Common shared library for Java

Azure Storage Common is a library that has common dependencies for all Azure Storage packages.

Source code | API reference documentation

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-storage-common</artifactId>
    <version>12.9.0-beta.2</version>
</dependency>

Key concepts

Examples

Troubleshooting

Default HTTP Client

All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure the client library to use the Netty HTTP client. Configuring or changing the HTTP client is detailed in the HTTP clients wiki.

Default SSL library

All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides better performance compared to the default SSL implementation within the JDK. For more information, including how to reduce the dependency size, refer to the [performance tuning][performance_tuning] section of the wiki.

Next steps

Next steps Samples

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Impressions

Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.