Azure / azure-storage-android

Microsoft Azure Storage Library for Android
Apache License 2.0
81 stars 47 forks source link

BlobListingDetails missing enum ALL? #69

Closed aloh86 closed 6 years ago

aloh86 commented 6 years ago

The iOS version has it, but not the Android: https://azure.github.io/azure-storage-ios/Constants/AZSBlobListingDetails.html

Any workarounds?

Also, just out of curiosity, why is the naming and certain details of the Azure Storage SDK different from iOS? For example, AZSCloudBlobContainer (CloudBlobContainer on Android) has an extra parameter named "with" in the method listBlobsSegmented.

EDIT: Use EnumSet