Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Allow null container name to indicate root container for blob APIs #82

Closed
jcookems opened this issue May 20, 2012 · 1 comment
Milestone

Comments

@jcookems
Copy link
Contributor

Currently, there are two ways to indicate that the root container should be used in the blob APIs:

// Explicitly indicate root:
service.getBlob("$root", blob);
// Implicitly indicate, using an empty string:
service.getBlob("", blob);

It seems natural that null could also be used to indicate the root container (even more natural than an empty string), because null means "no container". That would allow code like this to work:

service.getBlob(null, blob);

One potential downside would make it harder to debug issues where the container name is not initialized.

joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this issue Jan 18, 2013
joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this issue Jan 18, 2013
fix the policheck issue for README.md
@gcheng
Copy link

gcheng commented Apr 10, 2013

feature request.

@gcheng gcheng closed this as completed Jun 24, 2014
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this issue Apr 5, 2017
fix the policheck issue for README.md
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue Mar 4, 2019
Minor renaming of inferred tier property
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue May 30, 2019
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this issue Dec 24, 2019
* fix autorest data-readme.md

* Update data-readme.md to match functionality of code in the repo as a fresh starting point

* Updated autorest setup instructions
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants