-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Added REST API link in file JAVA doc #4568
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
Conversation
* SAS implementation * Fixed some minor formatting issues * Fixed checkstyle problems and test issue
Removes RawClients from Storage Blobs
…to ContainerClient (Azure#4376) * Removed raw clients * Added deleteContainer to StorageClient * Added getAppendBlob with snapshot to ContainerClient
* Initial check in for storage queue
* Finished the restructure, refactor builder. Added sleep in record feature. Linting
Merges AppendBlobClientBuilder, BlobClientBuilder, BlockBlobClientBuilder, and PageBlobClientBuilder into a single builder class BlobClientBuilder. Additionally, JavaDoc comments for the other builder classes, ContainerClientBuilder and StorageAccountClientBuilder, were cleaned up and the way the endpoint is handled in builders was changed.
|
@alzimmermsft Could you take a look at again and leave comments for what you have done for the queue PR? I would like to keep consistent with Queue. Thanks! |
…into storage-javadoc
…into storage-javadoc
This name doesn't seem right. I thought we didn't use "get" for apis that make service calls. Unless there's some reason why we deviated here, can we open an item to change this name? #Resolved Refers to: sdk/storage/azure-storage-file/src/main/java/com/azure/storage/file/DirectoryAsyncClient.java:298 in ed97215. [](commit_id = ed97215, deletion_comment = False) |
| * {@codesnippet com.azure.storage.file.directoryClient.createDirectory} | ||
| * | ||
| * <p>For more information, see the | ||
| * <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/list-directories-and-files">Azure Docs</a>.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/list-directories-and-files" [](start = 73, length = 28)
Incorrect link #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with the checking for the entire file. #Resolved
| * {@codesnippet com.azure.storage.file.directoryClient.create#map} | ||
| * | ||
| * <p>For more information, see the | ||
| * <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/list-directories-and-files">Azure Docs</a>.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list-directories-and-files [](start = 74, length = 26)
Incorrect link #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. #Resolved
| * {@codesnippet com.azure.storage.file.directoryClient.createSubDirectory#string} | ||
| * | ||
| * <p>For more information, see the | ||
| * <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/list-directories-and-files">Azure Docs</a>.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list-directories-and-files [](start = 74, length = 26)
Incorrect link #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. #Resolved
| * {@codesnippet com.azure.storage.file.directoryClient.createSubDirectory#string-map} | ||
| * | ||
| * <p>For more information, see the | ||
| * <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/list-directories-and-files">Azure Docs</a>.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list-directories-and-files [](start = 74, length = 26)
incorrect link #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. #Resolved
Why no link here? It looks like there are a couple methods that don't have docs #Resolved Refers to: sdk/storage/azure-storage-file/src/main/java/com/azure/storage/file/FileClient.java:189 in ed97215. [](commit_id = ed97215, deletion_comment = False) |
I do not find the appropriate link for this API, same applies to others which leave blank. |
|
Should just be the download api In reply to: 517047843 [](ancestors = 517047843) |
|
The description says you bumped the version number, but I only see edits to Java files? #Resolved |
That has been done by other PR. Will remove the description. @rickle-msft #Resolved |
I only saw the getFile which is corresponding to downloadToFile. It does not provide properties for download. @rickle-msft |
@rickle-msft I had the method name from design doc. I do not have the background of why it names like this. I can create an issue for this. #4754 |
rickle-msft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
Minor fix for signature name
Minor fix for javadoc indentation
Added REST API link for file