ParseCsvFlowRequest.Limit Property

Definition

Returns the first "n" rows

[System.Text.Json.Serialization.JsonPropertyName("limit")]
public int? Limit { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("limit")>]
member this.Limit : Nullable<int> with get, set
Public Property Limit As Nullable(Of Integer)

Property Value

Attributes

Applies to