Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.05 KB

PrefetchDashboardRequestMapper.md

File metadata and controls

16 lines (12 loc) · 1.05 KB

PrefetchDashboardRequestMapper

Properties

Name Type Description Notes
ttl int Number of seconds prefetch will live for. [optional]
access_filters list[PrefetchAccessFilterValue] Access filters to apply when running queries for prefetch. [optional]
dashboard_filters list[PrefetchDashboardFilterValue] Dashboard filters to apply when running queries for prefetch. [optional]
created_at datetime Time when prefetch was created. [optional]
computation_time float Number of seconds it took to compute results for prefetch. [optional]
hit_count int Number of times prefetch has been accessed. [optional]
touched_at datetime Time when prefetch was last accessed. [optional]

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