Beignet API reference
    Preparing search index...

    Interface ScheduleInstrumentationContext

    Correlation fields attached to schedule instrumentation events.

    interface ScheduleInstrumentationContext {
        requestId?: string;
        traceId?: string;
    }
    Index
    requestId?: string

    Request correlation ID for the triggering invocation.

    traceId?: string

    Trace identifier for the triggering invocation.