Class MTConnectorServiceConfig
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Constant values pertaining to the MT Connector Windows Service
public static class MTConnectorServiceConfig
- Inheritance
-
MTConnectorServiceConfig
- Inherited Members
Fields
ConfigSchemasRoot
The config schemas folder. This is the location in which the schema helper expects to the config schema hierarchy
public static readonly string ConfigSchemasRoot
Field Value
LocalTagCacheFormat
The formatted path on disk to the file which backs the embedded tag cache database
public static readonly string LocalTagCacheFormat
Field Value
MineTrustPackageVersionsRoot
The root location within MineTrust Server where package versions are stored.
public static readonly string MineTrustPackageVersionsRoot
Field Value
MineTrustPackagesRoot
The root location within MineTrust Server where packages are stored.
public static readonly string MineTrustPackagesRoot
Field Value
MineTrustSharedRoot
The root location within MineTrust Server where shared items are stored. Any items that are included as their fully-qualified paths (as opposed to a relative file path from the LocalRoot) are automatically assumed to be 'shared'.
public static readonly string MineTrustSharedRoot
Field Value
PackageConfigurationsFolder
The package configurations folder. This is the location in which MT Connector expects to find the package configuration
public static readonly string PackageConfigurationsFolder
Field Value
PackageLockFilesFolder
The package lock files folder. This is the location in which MT Connector stores information about which packages are locked locally
public static readonly string PackageLockFilesFolder
Field Value
ProcessPipeName
The name of the pipe server exposed by the process
public const string ProcessPipeName = "minetrustConnectorServer"
Field Value
ProfilePath
The file path, relative to the user's home folder, where the MineTrust Connector profile should be located
public static readonly string ProfilePath
Field Value
ServiceName
The Windows Service name
public const string ServiceName = "Datamine.MineTrustConnector.Service"
Field Value
TempPackagesFolder
The temporary packages folder. This is the location to which packages may be temporarily synced in order to obtain files on a one-off basis
public static readonly string TempPackagesFolder