Member Junction
    Preparing search index...

    Type Alias RunViewCacheStatus

    Client-side cache status information for a single RunView request. Sent to the server to determine if cached data is still current.

    type RunViewCacheStatus = {
        maxUpdatedAt: string;
        rowCount: number;
    }
    Index

    Properties

    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.