Implement azurite
This commit is contained in:
		| @@ -162,7 +162,7 @@ namespace Core.Blueprint.Storage.Contracts | ||||
|         /// </remarks> | ||||
|         /// <exception cref="ArgumentNullException">Thrown if <paramref name="blobName"/> is null or empty.</exception> | ||||
|         /// <exception cref="StorageException">Thrown if there is an issue communicating with the Azure Blob service.</exception> | ||||
|         BlobDownloadUriAdapter GenerateBlobDownloadUri(string blobName); | ||||
|         ValueTask<BlobDownloadUriAdapter?> GenerateBlobDownloadUri(string blobName); | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Retrieves the hierarchical folder structure. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user