AzureBlobStorageData constructor
AzureBlobStorageData({
- AzureCredentials? azureCredentials,
- String? container,
- String? credentialsSecret,
- String? path,
- String? storageAccount,
Implementation
AzureBlobStorageData({
this.azureCredentials,
this.container,
this.credentialsSecret,
this.path,
this.storageAccount,
});