Client-side cache status information for a single RunQuery request.
Sent to the server to determine if cached data is still current.
Uses fingerprint data (maxUpdatedAt + rowCount) for efficient cache validation.
Type declaration
maxUpdatedAt: string
The maximum __mj_UpdatedAt value from the client's cached results.
Used to detect if any records have been added or updated.
rowCount: number
The number of rows in the client's cached results.
Used to detect if any records have been deleted.
Client-side cache status information for a single RunQuery request. Sent to the server to determine if cached data is still current. Uses fingerprint data (maxUpdatedAt + rowCount) for efficient cache validation.