SapOpenHubTableDataset Class
Sap Business Warehouse Open Hub Destination Table properties.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DatasetSapOpenHubTableDataset
Constructor
SapOpenHubTableDataset(*, linked_service_name: _models.LinkedServiceReference, open_hub_destination_name: MutableMapping[str, Any], additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, structure: MutableMapping[str, Any] | None = None, schema: MutableMapping[str, Any] | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, annotations: List[MutableMapping[str, Any]] | None = None, folder: _models.DatasetFolder | None = None, exclude_last_request: MutableMapping[str, Any] | None = None, base_request_id: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
description
|
Dataset description. |
structure
|
<xref:JSON>
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement. |
schema
|
<xref:JSON>
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. |
linked_service_name
|
Linked service reference. Required. |
parameters
|
Parameters for dataset. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the Dataset. |
folder
|
The folder that this Dataset is in. If not specified, Dataset will appear at the root level. |
open_hub_destination_name
|
<xref:JSON>
The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string). Required. |
exclude_last_request
|
<xref:JSON>
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean). |
base_request_id
|
<xref:JSON>
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 ). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Type of dataset. Required. |
description
|
Dataset description. |
structure
|
<xref:JSON>
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement. |
schema
|
<xref:JSON>
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. |
linked_service_name
|
Linked service reference. Required. |
parameters
|
Parameters for dataset. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the Dataset. |
folder
|
The folder that this Dataset is in. If not specified, Dataset will appear at the root level. |
open_hub_destination_name
|
<xref:JSON>
The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string). Required. |
exclude_last_request
|
<xref:JSON>
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean). |
base_request_id
|
<xref:JSON>
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 ). |
Azure SDK for Python