TrackEnrichmentSource
One provider's stored answer.
found: falseis a recorded miss, which is a fact rather than a failure: the provider was asked, had nothing, and is not asked again untilexpiresAt. A provider that could not be asked at all isfailedinstead, and the two never both hold.
Attributes (8)
| Attribute | Type | Required | Description |
|---|---|---|---|
provider | string | Yes | read-only |
providerRef | string | No | The id it was fetched under. Provenance, not identity. read-only |
fetchedAt | string | Yes | read-only |
expiresAt | string | No | read-only |
stale | boolean | Yes | Past its TTL, so the next pass will ask again. read-only |
found | boolean | Yes | read-only |
failed | boolean | Yes | The last attempt errored, so expiresAt is a backoff rather than a TTL. read-only |
data | TrackEnrichmentData | Yes |