Skip to main content
Version: v1

OdspFluidDataStoreLocator Interface

Signature

export interface OdspFluidDataStoreLocator extends IOdspUrlParts

Extends: IOdspUrlParts

Properties

Property Modifiers Type Description
appName optional string
containerPackageName optional string
context optional string
dataStorePath string
fileVersion optional string

Property Details

appName

Signature

appName?: string;

Type: string

containerPackageName

Signature

containerPackageName?: string;

Type: string

context

Signature

context?: string;

Type: string

dataStorePath

Signature

dataStorePath: string;

Type: string

fileVersion

Signature

fileVersion?: string;

Type: string