Skip to main content
Version: v1

ISubmitSummaryOpResult Interface

Results of submitSummary after submitting the summarize op.

Signature​

export interface ISubmitSummaryOpResult extends Omit<IUploadSummaryResult, "stage" | "error">

Extends: Omit<IUploadSummaryResult

Properties​

PropertyTypeDescription
clientSequenceNumbernumberThe client sequence number of the summarize op submitted for the summary.
stage"submit"
submitOpDurationnumberTime it took to submit the summarize op to the broadcasting service.

Property Details​

clientSequenceNumber​

The client sequence number of the summarize op submitted for the summary.

Signature​

readonly clientSequenceNumber: number;

Type: number

stage​

Signature​

readonly stage: "submit";

Type: "submit"

submitOpDuration​

Time it took to submit the summarize op to the broadcasting service.

Signature​

readonly submitOpDuration: number;

Type: number