Share via


SapTableSource.BatchSize Property

Definition

Gets or sets 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).

[Newtonsoft.Json.JsonProperty(PropertyName="batchSize")]
public object BatchSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="batchSize")>]
member this.BatchSize : obj with get, set
Public Property BatchSize As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to