IFluidDataStoreAttributes1 Interface

Packages > @fluidframework/container-runtime > IFluidDataStoreAttributes1

This API is deprecated and will be removed in a future release.

  • This interface will no longer be exported in the future(AB#8004).

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

To use, import via @fluidframework/container-runtime/legacy.

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

Signature

export interface IFluidDataStoreAttributes1 extends OmitAttributesVersions<IFluidDataStoreAttributes0>

Extends: OmitAttributesVersions <IFluidDataStoreAttributes0 >

Properties

Property Alerts Modifiers Type Description
snapshotFormatVersion Alpha readonly "0.1"
summaryFormatVersion Alpha optional, readonly undefined

Property Details

snapshotFormatVersion

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

To use, import via @fluidframework/container-runtime/alpha.

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

Signature

readonly snapshotFormatVersion: "0.1";

Type: “0.1”

summaryFormatVersion

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

To use, import via @fluidframework/container-runtime/alpha.

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

Signature

readonly summaryFormatVersion?: undefined;

Type: undefined