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

Method ConfigureEnvironmentCredential

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

Source from the content-addressed store, hash-verified

405}
406
407Status AzureOptions::ConfigureEnvironmentCredential() {
408 ClearCredentials();
409 credential_kind_ = CredentialKind::kEnvironment;
410 token_credential_ = std::make_shared<Azure::Identity::EnvironmentCredential>();
411 return Status::OK();
412}
413
414Result<std::unique_ptr<Blobs::BlobServiceClient>> AzureOptions::MakeBlobServiceClient()
415 const {

Callers 1

TESTFunction · 0.80

Calls 1

OKFunction · 0.50

Tested by 1

TESTFunction · 0.64