Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

AzureBlobDestConn

class
class AzureBlobDestConn(
container: AzContainerSpec,
credentials: CredentialsSpec,
base_path: CloudRelativePathSpec = '/',
conn_cfg: CfgSpec | None = None,
)

Bases: Conn

Categories: destination

Azure Blob connection used by AzureBlobDest.

Field-identical to AzureBlobSrcConn but a distinct class; source and destination connections are separate types and cannot be used in place of one another. See AzureBlobSrcConn for the field meanings.

Parameters

parameter

parameter

parameter

parameter
conn_cfgCfgSpec | None (dict | None)