Skip to main content

IFluidDataStoreAttributes1 Interface

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

PropertyAlertsModifiersTypeDescription
snapshotFormatVersionBetareadonly"0.1"
summaryFormatVersionBetaoptional, readonlyundefined

Property Details

snapshotFormatVersion

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

readonly snapshotFormatVersion: "0.1";

Type: "0.1"

summaryFormatVersion

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

readonly summaryFormatVersion?: undefined;

Type: undefined