limit() function

    *Function type: Filter*

    *Data type: Integer*

    offset

    *Data type: Integer*

    Examples

    Output the first ten records in each table
    1. from(bucket:"example-bucket")
    2. |> limit(n:10)

    Related articles