Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.09 KB

GenericStringDateFilter.md

File metadata and controls

21 lines (17 loc) · 1.09 KB

GenericStringDateFilter

Properties

Name Type Description Notes
cache dict(str, list[str]) Cache of join functions [optional]
from_date datetime [optional]
from_date_license datetime [optional]
page int 0-based page [optional]
period Period [optional]
query str [optional]
search_after list[str] Efficient next page, pass max sort value from previous page [optional]
search_before list[str] Efficient prev page, pass min sort value from next page [optional]
size int Size is limited to 1000, if not passed it defaults to 0, and no results will return [optional]
sort list[Order] The sort order [optional]
time_frame Duration [optional]
to_date datetime [optional]

[Back to Model list] [Back to API list] [Back to README]