Interface AnalyticsIdentityInputExperimental

interface AnalyticsIdentityInput {
    acceptedAt?: string;
    artifactId: string;
    cacheKey?: string;
    freshness?: Partial<AnalyticsFreshnessState>;
    planFingerprint?: string;
    planId?: string;
    sequence?: number;
    sourceId: string;
    sourceVersion?: string;
}

Properties

acceptedAt?: string

new Date().toISOString()

artifactId: string
cacheKey?: string
freshness?: Partial<AnalyticsFreshnessState>

{ authority: "live", observedAt: acceptedAt }

planFingerprint?: string
planId?: string
sequence?: number
0
sourceId: string
sourceVersion?: string