Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.46 KB

IndicatorFilter.md

File metadata and controls

26 lines (22 loc) · 1.46 KB

IndicatorFilter

Properties

Name Type Description Notes
cache dict(str, list[str]) Cache of join functions [optional]
early_time_in_page datetime [optional]
first_seen DateRangeFilter [optional]
from_date datetime [optional]
from_date_license datetime [optional]
last_seen DateRangeFilter [optional]
later_time_in_page datetime [optional]
page int 0-based page [optional]
period Period [optional]
prev_page bool MT support - these fields are for indicator search according to calculatedTime [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]