IBroadcastSummaryResult Interface
Packages > @fluidframework/container-runtime > IBroadcastSummaryResult
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/container-runtime/legacy
.
For more information about our API support guarantees, see here .
Signature
export interface IBroadcastSummaryResult
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
broadcastDuration | Alpha |
readonly |
number | |
summarizeOp | Alpha |
readonly |
ISummaryOpMessage |
Property Details
broadcastDuration
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here .
Signature
readonly broadcastDuration: number;
Type: number
summarizeOp
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here .
Signature
readonly summarizeOp: ISummaryOpMessage;
Type: ISummaryOpMessage