You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For keyset-based paginated result sets, name of the column by which to orderOrderBystring`url:"order_by,omitempty" json:"order_by,omitempty"`// For keyset-based paginated result sets, the value must be `"keyset"`Paginationstring`url:"pagination,omitempty" json:"pagination,omitempty"`// For keyset-based paginated result sets, sort order (`"asc"`` or `"desc"`)Sortstring`url:"sort,omitempty" json:"sort,omitempty"`
With a newer Steampipe SDK we can potentially push these down and reduce pagination calls?