Interface ColumnarBatchCacheFreshnessV1Experimental

Freshness the producer observed, recorded so a read can refuse expired data.

interface ColumnarBatchCacheFreshnessV1 {
    generation?: string;
    observedAt: string;
    staleAfter?: string;
    validator?: string;
}

Properties

generation?: string
observedAt: string
staleAfter?: string
validator?: string