Skip to content 

IServiceConfiguration Interface

Packages > @fluidframework/protocol-definitions > IServiceConfiguration

Key value store of service configuration properties provided as part of connection

Signature:

export interface IServiceConfiguration 

Properties

List of properties of this interface
Property Type Description
blockSize number
maxMessageSize number
summary ISummaryConfiguration

Events

blockSize

Signature:

blockSize: number;

maxMessageSize

Signature:

maxMessageSize: number;

summary

Signature:

summary: ISummaryConfiguration;