SapTableSource Class

Definition

A copy activity source for SAP Table source.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapTableSource+SapTableSourceConverter))]
public class SapTableSource : Azure.Analytics.Synapse.Artifacts.Models.TabularSource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapTableSource+SapTableSourceConverter))>]
type SapTableSource = class
    inherit TabularSource
Public Class SapTableSource
Inherits TabularSource
Inheritance
Attributes

Constructors

SapTableSource()

Initializes a new instance of SapTableSource.

Properties

AdditionalColumns

Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

(Inherited from TabularSource)
AdditionalProperties

Additional Properties.

(Inherited from CopySource)
BatchSize

Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).

CustomRfcReadTableFunctionModule

Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).

MaxConcurrentConnections

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
PartitionOption

The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".

PartitionSettings

The settings that will be leveraged for SAP table source partitioning.

QueryTimeout

Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(Inherited from TabularSource)
RfcTableFields

The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).

RfcTableOptions

The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).

RowCount

The number of rows to be retrieved. Type: integer(or Expression with resultType integer).

RowSkips

The number of rows that will be skipped. Type: integer (or Expression with resultType integer).

SapDataColumnDelimiter

The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).

SourceRetryCount

Source retry count. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
SourceRetryWait

Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(Inherited from CopySource)

Applies to