AzureBlobStorageData constructor

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

Implementation

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