MCPcopy Create free account
hub / github.com/apache/arrow / GetBlobClient

Method GetBlobClient

cpp/src/arrow/filesystem/azurefs.cc:1764–1767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(

Callers 3

TestFromUriAbfsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestFromUriAbfsMethod · 0.64