@microsoft/opentelemetry
    Preparing search index...

    Interface Agent365DurableDeliveryOptions

    interface Agent365DurableDeliveryOptions {
        enabled?: boolean;
        leaseDurationMilliseconds?: number;
        maxRecordAgeMilliseconds?: number;
        maxReplayBatchSize?: number;
        maxStorageBytes?: number;
        replayIntervalMilliseconds?: number;
        shutdownTimeoutMilliseconds?: number;
        storageDirectory?: string;
        tokenResolutionTimeoutMilliseconds?: number;
    }
    Index
    enabled?: boolean
    leaseDurationMilliseconds?: number
    maxRecordAgeMilliseconds?: number
    maxReplayBatchSize?: number
    maxStorageBytes?: number
    replayIntervalMilliseconds?: number
    shutdownTimeoutMilliseconds?: number
    storageDirectory?: string
    tokenResolutionTimeoutMilliseconds?: number