| 1762 | } |
| 1763 | |
| 1764 | Blobs::BlobClient GetBlobClient(const std::string& container_name, |
| 1765 | const std::string& blob_name) { |
| 1766 | return GetBlobContainerClient(container_name).GetBlobClient(blob_name); |
| 1767 | } |
| 1768 | |
| 1769 | /// \param container_name Also known as "filesystem" in the ADLS Gen2 API. |
| 1770 | DataLake::DataLakeFileSystemClient GetFileSystemClient( |
no outgoing calls