Share via


SapTableSource.BatchSize Property

Definition

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).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> BatchSize { get; set; }
member this.BatchSize : Azure.Core.Expressions.DataFactory.DataFactoryElement<int> with get, set
Public Property BatchSize As DataFactoryElement(Of Integer)

Property Value

Applies to