TilerStacSearchDefinition interface
Properties
| hash | Unique hash identifier for the search query |
| last |
Timestamp when the search was last accessed |
| metadata | Additional metadata associated with the search |
| search | Search |
| use |
Number of times the search has been accessed |
Property Details
hash
Unique hash identifier for the search query
hash: string
Property Value
string
lastUsed
Timestamp when the search was last accessed
lastUsed: Date
Property Value
Date
metadata
Additional metadata associated with the search
metadata: MosaicMetadata
Property Value
search
Search
search: Record<string, any>
Property Value
Record<string, any>
useCount
Number of times the search has been accessed
useCount: number
Property Value
number