Interface LocalFirstReads

interface LocalFirstReads {
    availability: LocalFirstReadAvailability;
    completeness: LocalFirstCompleteness;
    earliestExpiresAt?: string;
    freshness: LocalFirstFreshness;
    oldestObservedAt?: string;
    readableRegionCount: number;
    regionCount: number;
    regions: readonly LocalFirstRegionSummary[];
    storedRegionCount: number;
}

Properties

Worst-case across every supplied region; missing when none were supplied.

earliestExpiresAt?: string

Worst-case across stored regions; fresh when nothing is stored.

oldestObservedAt?: string
readableRegionCount: number
regionCount: number
regions: readonly LocalFirstRegionSummary[]
storedRegionCount: number