SapOpenHubTableDataset Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SapOpenHubTableDataset() |
Initializes a new instance of the SapOpenHubTableDataset class. |
SapOpenHubTableDataset(LinkedServiceReference, Object, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object) |
Initializes a new instance of the SapOpenHubTableDataset class. |
SapOpenHubTableDataset()
Initializes a new instance of the SapOpenHubTableDataset class.
public SapOpenHubTableDataset ();
Public Sub New ()
Applies to
SapOpenHubTableDataset(LinkedServiceReference, Object, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object)
Initializes a new instance of the SapOpenHubTableDataset class.
public SapOpenHubTableDataset (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, object openHubDestinationName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, object structure = default, object schema = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DatasetFolder folder = default, object excludeLastRequest = default, object baseRequestId = default);
new Microsoft.Azure.Management.DataFactory.Models.SapOpenHubTableDataset : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj * System.Collections.Generic.IDictionary<string, obj> * string * obj * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DatasetFolder * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SapOpenHubTableDataset
Public Sub New (linkedServiceName As LinkedServiceReference, openHubDestinationName As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional structure As Object = Nothing, Optional schema As Object = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DatasetFolder = Nothing, Optional excludeLastRequest As Object = Nothing, Optional baseRequestId As Object = Nothing)
Parameters
- linkedServiceName
- LinkedServiceReference
Linked service reference.
- openHubDestinationName
- Object
The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Dataset description.
- 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.
- parameters
- IDictionary<String,ParameterSpecification>
Parameters for dataset.
- folder
- DatasetFolder
The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
- excludeLastRequest
- Object
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- baseRequestId
- 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 ).
Applies to
Azure SDK for .NET