Interface ColumnarBatchIdentityV1Experimental

Identity required to safely reuse or render a columnar batch.

authorizationScope is an opaque, non-secret scope fingerprint. Producers must never place a bearer token, API key, cookie, or credential in it.

interface ColumnarBatchIdentityV1 {
    authorizationScope: string;
    freshness: ColumnarFreshnessV1;
    ordering: ColumnarOrderingV1;
    planId: string;
    schemaVersion: string;
    sourceId: string;
    sourceVersion: string;
}

Properties

authorizationScope: string
planId: string
schemaVersion: string
sourceId: string
sourceVersion: string