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 | undefined
containerPackageNameBetaoptionalstring | undefined
contextBetaoptionalstring | undefined
dataStorePathBetastring
fileVersionBetaoptionalstring | undefined

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 | undefined;

Type: string | undefined

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 | undefined;

Type: string | undefined

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 | undefined;

Type: string | undefined

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 | undefined;

Type: string | undefined