\param container_name Also known as "filesystem" in the ADLS Gen2 API.
| 1768 | |
| 1769 | /// \param container_name Also known as "filesystem" in the ADLS Gen2 API. |
| 1770 | DataLake::DataLakeFileSystemClient GetFileSystemClient( |
| 1771 | const std::string& container_name) { |
| 1772 | return datalake_service_client_->GetFileSystemClient(container_name); |
| 1773 | } |
| 1774 | |
| 1775 | /// \brief Memoized version of CheckIfHierarchicalNamespaceIsEnabled. |
| 1776 | /// |
no outgoing calls