StorageConnectorConnection Class
The connection properties of the backing data source.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: DataShareConnection
Constructor
StorageConnectorConnection(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Type of the connection. Controls the type of the connection object. Not mutable once the Storage Connector is created. Required. "DataShare" |
Attributes
type
Type of the connection. Controls the type of the connection object. Not mutable once the Storage Connector is created. Required. "DataShare"
type: str