SapOpenHubTableDataset Class
Sap Business Warehouse Open Hub Destination Table properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.DatasetSapOpenHubTableDataset
Constructor
SapOpenHubTableDataset(*, linked_service_name: azure.synapse.artifacts.models._models_py3.LinkedServiceReference, open_hub_destination_name: object, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, structure: Optional[object] = None, schema: Optional[object] = None, parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.ParameterSpecification]] = None, annotations: Optional[List[object]] = None, folder: Optional[azure.synapse.artifacts.models._models_py3.DatasetFolder] = None, exclude_last_request: Optional[object] = None, base_request_id: Optional[object] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- structure
- object
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
- schema
- object
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
- folder
- DatasetFolder
The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
- open_hub_destination_name
- object
Required. The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).
- exclude_last_request
- object
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- base_request_id
- object
The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
Feedback
Submit and view feedback for