AzureBlobSrcConn
class AzureBlobSrcConn(
container: AzContainerSpec,
credentials: CredentialsSpec,
base_path: CloudRelativePathSpec = '/',
conn_cfg: CfgSpec | None = None,
)
Bases: Conn
Categories: source
Azure Blob connection used by AzureBlobSrc.
Registered on a collection; the runtime resolves it and hands it to
the plugin at run time. Each field accepts a plain string or a
Secret.
Parameters
parameter
containerAzContainerSpec (str | Secret)A valid Azure Blob container name: 3-63 characters, lowercase letters and digits with single (non-leading, non-trailing) hyphens.
parameter
credentialsCredentialsSpec (AzureAccountKey)Azure AzureAccountKey credentials (account name
- account key).
parameter
base_pathCloudRelativePathSpec (str | Secret)Blob-name prefix from the container root; starts with
/, has no trailing / and no empty segments (//)
(the leading / is trimmed when forming the blob name).
Defaults to /.