IPrefetchSnapshotContents Interface
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/odsp-driver/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IPrefetchSnapshotContents extends ISnapshot
Extends: ISnapshot
Properties
Property | Alerts | Type | Description |
---|---|---|---|
fluidEpoch | Alpha |
string | |
prefetchStartTime | Alpha |
number |
Property Details
fluidEpoch
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
fluidEpoch: string;
Type: string
prefetchStartTime
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
prefetchStartTime: number;
Type: number