AzureBlobStorageData class

An AzureBlobStorageData resource can be a data source, but not a data sink.

An AzureBlobStorageData resource represents one Azure container. The storage account determines the Azure endpoint. In an AzureBlobStorageData resource, a blobs's name is the Azure Blob Storage blob's key name.

Constructors

AzureBlobStorageData({AzureCredentials? azureCredentials, String? container, String? credentialsSecret, String? path, String? storageAccount})
AzureBlobStorageData.fromJson(Map json_)

Properties

azureCredentials AzureCredentials?
Input only.
getter/setter pair
container String?
The container to transfer from the Azure Storage account.
getter/setter pair
credentialsSecret String?
The Resource name of a secret in Secret Manager.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?
Root path to transfer objects.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageAccount String?
The name of the Azure Storage account.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited