Skip to content

Commit

Permalink
Updated spec headers doc
Browse files Browse the repository at this point in the history
  • Loading branch information
khandelwal-ayush committed Jun 12, 2024
1 parent 3c2c704 commit db7c653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
*/
public interface BlobClientBuilder {
/**
* create a client for ABS (uploads)
* Create a client for uploading to Azure Blob Storage
* @return New instance of {@link BlobServiceAsyncClient}
*/
BlobServiceAsyncClient getBlobServiceAsyncClient();
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
public interface BlobClientBuilderFactory {
/**
* Create a new instance of {@link BlobClientBuilder}
* @param systemName Name of the system
* @param azureUrlFormat Azure URL format
* @param azureBlobConfig Azure Blob configuration
* @param systemName Name of the system for which the blob client builder is being created
* @param azureUrlFormat The format of the Azure URL, which should conform to Azure's URL formatting requirements.
* @param azureBlobConfig The configuration settings for Azure Blob, encapsulated in an {@link AzureBlobConfig} object.
* This includes metadata details for Azure Blob configs.
* @return New instance of {@link BlobClientBuilder}
*/
BlobClientBuilder getBlobClientBuilder(String systemName, String azureUrlFormat, AzureBlobConfig azureBlobConfig);
Expand Down

0 comments on commit db7c653

Please sign in to comment.