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
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
appName | Beta |
optional |
string | |
containerPackageName | Beta |
optional |
string | |
context | Beta |
optional |
string | |
dataStorePath | Beta |
string | ||
fileVersion | Beta |
optional |
string |
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