Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 273 forks source link

listBlobsOptions has been removed ? #930

Closed rangarajan-k closed 7 years ago

rangarajan-k commented 7 years ago

I am trying to get blob with a specific prefix. But i am not able to execute the function. here is the code $blobListOptions = new ListBlobsOptions(); $blobListOptions->setPrefix('test/'); $blob_list = $blobRestProxy->listBlobs($container_name,$blobListOptions);

sergey-shandar commented 7 years ago

https://github.com/Azure/azure-storage-php

sergey-shandar commented 7 years ago

https://github.com/Azure/azure-storage-php/issues/90

katmsft commented 7 years ago

@rangarajan-k Could you please also provide the output of the error?