Full URL with <accountname>, <containername>, & <blobname>
Brought to you by:
yvesyang
From BlobContainer or proposed Blob class, new method:
URL getURL()
This would return a full path:
BlobContainer::getURL() returns >> http://<accountname>.blob.core.windows.net/<containername>
Blob::getURL() returns >> http://<accountname>.blob.core.windows.net/<containername>/<blobname>
Please see if we can add it quickly
There is already a method BlobProperties.getUri for such purpose.
Also add BlobContainer::getURL()