GetDataKwargs
Index
Properties
keyword-onlyoptionalclean
Return only non-empty items and excludes hidden fields. Shortcut for skip_hidden and skip_empty.
keyword-onlyoptionaldesc
Set to True to sort results in descending order.
keyword-onlyoptionalfields
Fields to include in each item. Sorts fields as specified if provided.
keyword-onlyoptionalflatten
Field to be flattened in returned items.
keyword-onlyoptionallimit
The maximum number of items to retrieve. Unlimited if None.
keyword-onlyoptionaloffset
Skip the specified number of items at the start.
keyword-onlyoptionalomit
Fields to exclude from each item.
keyword-onlyoptionalskip_empty
Exclude empty items from the results if True.
keyword-onlyoptionalskip_hidden
Exclude fields starting with '#' if True.
keyword-onlyoptionalunwind
Unwind items by a specified array field, turning each element into a separate item.
keyword-onlyoptionalview
Specify the dataset view to be used.
Keyword arguments for dataset's
get_data
method.