AzureBlobStorageData constructor

AzureBlobStorageData({
  1. AzureCredentials? azureCredentials,
  2. String? container,
  3. String? credentialsSecret,
  4. FederatedIdentityConfig? federatedIdentityConfig,
  5. String? path,
  6. String? storageAccount,
})

Implementation

AzureBlobStorageData({
  this.azureCredentials,
  this.container,
  this.credentialsSecret,
  this.federatedIdentityConfig,
  this.path,
  this.storageAccount,
});