profileName
GetterStatic ReadOnly
The name of the Profile directory (a subdirectory of "cacheDir/profiles/") for this process.
The Profile directory is used to cache data that is specific to a type-of-usage of the iTwin.js library. It is important that information in the profile cache be consistent but isolated across sessions (i.e. data for a profile is maintained between runs, but each profile is completely independent and unaffected by the presence ot use of others.)
profileName: string
@note Only one process at a time may be using a given profile, and an exception will be thrown by startup if a second process attempts to use the same profile.
Returns - string
Defined in
- core/backend/src/IModelHost.ts Line 312
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.