Skip to main content

OdspFluidDataStoreLocator 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 OdspFluidDataStoreLocator extends IOdspUrlParts

Extends: IOdspUrlParts

Properties

PropertyAlertsModifiersTypeDescription
appNameBetaoptionalstring
containerPackageNameBetaoptionalstring
contextBetaoptionalstring
dataStorePathBetastring
fileVersionBetaoptionalstring

Property Details

appName

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

appName?: string;

Type: string

containerPackageName

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

containerPackageName?: string;

Type: string

context

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

context?: string;

Type: string

dataStorePath

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

dataStorePath: string;

Type: string

fileVersion

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

fileVersion?: string;

Type: string