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 | Beta | IDeltaConnection | |
| objectStorage | Beta | IChannelStorageService |
Property Details
deltaConnection
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
deltaConnection: IDeltaConnection;
Type: IDeltaConnection
objectStorage
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
objectStorage: IChannelStorageService;
Type: IChannelStorageService