SapOdpSource 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
SapOdpSource() |
Initializes a new instance of the SapOdpSource class. |
SapOdpSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Initializes a new instance of the SapOdpSource class. |
SapOdpSource()
Initializes a new instance of the SapOdpSource class.
public SapOdpSource ();
Public Sub New ()
Applies to
SapOdpSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
Initializes a new instance of the SapOdpSource class.
public SapOdpSource (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object sourceRetryCount = default, object sourceRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object queryTimeout = default, object additionalColumns = default, object extractionMode = default, object subscriberProcess = default, object selection = default, object projection = default);
new Microsoft.Azure.Management.DataFactory.Models.SapOdpSource : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SapOdpSource
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sourceRetryCount As Object = Nothing, Optional sourceRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional queryTimeout As Object = Nothing, Optional additionalColumns As Object = Nothing, Optional extractionMode As Object = Nothing, Optional subscriberProcess As Object = Nothing, Optional selection As Object = Nothing, Optional projection As Object = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- sourceRetryCount
- Object
Source retry count. Type: integer (or Expression with resultType integer).
- sourceRetryWait
- Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- maxConcurrentConnections
- Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- disableMetricsCollection
- Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- queryTimeout
- Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additionalColumns
- Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- extractionMode
- Object
The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- subscriberProcess
- Object
The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- selection
- Object
Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- projection
- Object
Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
Applies to
Azure SDK for .NET