OutputDataSource Class
Describes the data source that output will be written to.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: AzureFunctionOutputDataSource, AzureDataLakeStoreOutputDataSource, EventHubV2OutputDataSource, EventHubOutputDataSource, ServiceBusQueueOutputDataSource, ServiceBusTopicOutputDataSource, AzureSynapseOutputDataSource, AzureSqlDatabaseOutputDataSource, BlobOutputDataSource, DocumentDbOutputDataSource, AzureTableOutputDataSource, PowerBIOutputDataSource.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
OutputDataSource
Constructor
OutputDataSource(**kwargs)
Parameters
- type
- str
Required. Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests.Constant filled by server.
Feedback
Submit and view feedback for