Skip to main content

IChannelServices Interface

Storage services to read the objects at a given path using the given delta connection.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/datastore-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IChannelServices

Properties

Property Alerts Type Description
deltaConnection Alpha IDeltaConnection
objectStorage Alpha IChannelStorageService

Property Details

deltaConnection

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/datastore-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

deltaConnection: IDeltaConnection;

Type: IDeltaConnection

objectStorage

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/datastore-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

objectStorage: IChannelStorageService;

Type: IChannelStorageService