Managing Azure StorageClient Connections

Can anyone share some connection management information used by the Azure StorageClient library?

In particular, we are interested in: 1) Is the use of blob connections supported 2) What is the wait and also the time limit for the lease? 3) Is pipelining used?

Second, what are the guidelines for these parameters when using the REST API directly against memory storage?

Best, Mike

+3


source to share


1 answer


The source code for the storage client library can be found on GitHub .



You can get a complete picture of how the library works by reading the source code. Better yet, if you find that something can be achieved to help performance or reliability for the libraries, you can modify the code and submit a pull request for review.

0


source







All Articles