Skip to main content

IDirectoryNewStorageFormat Interface

IDirectory storage format.

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/map/legacy.

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

Signature

export interface IDirectoryNewStorageFormat

Properties

Property Alerts Type Description
blobs Alpha string[] Blob IDs representing larger directory data that was serialized.
content Alpha IDirectoryDataObject Storage content representing directory data that was not serialized.

Property Details

blobs

Blob IDs representing larger directory data that was serialized.

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

To use, import via @fluidframework/map/alpha.

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

Signature

blobs: string[];

Type: string[]

content

Storage content representing directory data that was not serialized.

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

To use, import via @fluidframework/map/alpha.

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

Signature

content: IDirectoryDataObject;

Type: IDirectoryDataObject