C# Class openHistorian.Net.HistorianServerDatabaseConfig

Creates a configuration for the database to utilize.
Inheritance: IToServerDatabaseSettings
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
HistorianServerDatabaseConfig ( string databaseName, string mainPath, bool supportsWriting ) : System

Gets a database config.

ToServerDatabaseSettings ( ) : ServerDatabaseSettings

Creates a ServerDatabaseSettings configuration that can be used for SnapServerDatabase{TKey,TValue}

Method Details

HistorianServerDatabaseConfig() public méthode

Gets a database config.
public HistorianServerDatabaseConfig ( string databaseName, string mainPath, bool supportsWriting ) : System
databaseName string
mainPath string
supportsWriting bool
Résultat System

ToServerDatabaseSettings() public méthode

Creates a ServerDatabaseSettings configuration that can be used for SnapServerDatabase{TKey,TValue}
public ToServerDatabaseSettings ( ) : ServerDatabaseSettings
Résultat ServerDatabaseSettings