Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Azure Azure Storage Queue Samples client library for Java

This document explains samples and how to use them.

Key concepts

More detail is defined at queue key concept.

Samples Azure Storage Blob Batch APIs

This document describes how to use samples and what is done in each sample.

Getting started

Getting started explained in detail [here][SDK_README_GETTING_STARTED].

For details on including this dependency in other build tools (Gradle, SBT, etc), refer here.

How to run

These sample can be run in your IDE with default JDK.

Examples

Get started with our samples:

Troubleshooting

General

When interacting with blobs using this Java client library, errors returned by the service correspond to the same HTTP status codes returned for REST API requests. For example, if you try to retrieve a container or blob that doesn't exist in your Storage Account, a 404 error is returned, indicating Not Found

Next steps

Start using Storage Queue Java SDK in your solutions. Our SDK details could be found at SDK README.

Additional Documentation

For more extensive documentation on Azure Storage blob, see the API reference documentation.

Contributing

This project welcomes contributions and suggestions. Find more contributing details here.

Impressions