Skip to main content
Version: v1

ISubmitSummaryOptions Interface

Signature

export interface ISubmitSummaryOptions extends ISummarizeOptions

Extends: ISummarizeOptions

Properties

PropertyTypeDescription
cancellationTokenISummaryCancellationTokenTells when summary process should be cancelled
summaryLoggerITelemetryLoggerLogger to use for correlated summary events

Property Details

cancellationToken

Tells when summary process should be cancelled

Signature

readonly cancellationToken: ISummaryCancellationToken;

Type: ISummaryCancellationToken

summaryLogger

Logger to use for correlated summary events

Signature

readonly summaryLogger: ITelemetryLogger;

Type: ITelemetryLogger