Interface KeplerRealtimeSnapshotOptions<TFeature>Experimental

interface KeplerRealtimeSnapshotOptions<TFeature> {
    authorizationScope?: string;
    expectedPreviousCursor?: string;
    limits?: KeplerBridgeLimits;
    planId?: string;
    projectFeature?: KeplerRealtimeFeatureProjector<TFeature>;
    schemaVersion?: string;
}

Type Parameters

  • TFeature

Hierarchy (view full)

Properties

authorizationScope?: string
expectedPreviousCursor?: string

Cursor the producer expects the workspace to already hold. Realtime events do not carry it, so a caller driving resume semantics supplies it here to get a resume-gap rebuild instead of a silently misapplied delta.

planId?: string
schemaVersion?: string