Packages > @fluidframework/datastore-definitions > IChannelServices

IChannelServices Interface

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

Property Details

deltaConnection

Signature

deltaConnection: IDeltaConnection;

Type: IDeltaConnection

objectStorage

Signature

objectStorage: IChannelStorageService;

Type: IChannelStorageService