ISubmitSummaryOpResult Interface
Results of submitSummary after submitting the summarize op.
Signature
export interface ISubmitSummaryOpResult extends Omit<IUploadSummaryResult, "stage" | "error">
Extends: Omit<IUploadSummaryResult
Properties
| Property | Type | Description |
|---|---|---|
| clientSequenceNumber | number | The client sequence number of the summarize op submitted for the summary. |
| stage | "submit" | |
| submitOpDuration | number | Time 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