IChannelServices Interface
Packages > @fluidframework/datastore-definitions > IChannelServices
Storage services to read the objects at a given path using the given delta connection.
Signature:
export interface IChannelServices
Properties
Property | Type | Description |
---|---|---|
deltaConnection | IDeltaConnection | |
objectStorage | IChannelStorageService |
Events
deltaConnection
Signature:
deltaConnection: IDeltaConnection;
objectStorage
Signature:
objectStorage: IChannelStorageService;