GetDataKwargs
Index
Properties
keyword-onlyclean
Returns only non-empty items and excludes hidden fields. Shortcut for skip_hidden and skip_empty.
keyword-onlydesc
Set to True to sort results in descending order.
keyword-onlyfields
Fields to include in each item. Sorts fields as specified if provided.
keyword-onlyflatten
Fields to be flattened in returned items.
keyword-onlylimit
The maximum number of items to retrieve. Unlimited if None.
keyword-onlyoffset
Skips the specified number of items at the start.
keyword-onlyomit
Fields to exclude from each item.
keyword-onlyskip_empty
Excludes empty items from the results if True.
keyword-onlyskip_hidden
Excludes fields starting with '#' if True.
keyword-onlyunwind
Unwinds items by a specified array field, turning each element into a separate item.
keyword-onlyview
Specifies the dataset view to be used.
Keyword arguments for dataset's
get_data
method.