Click or drag to resize
BCServerCreateHypertrieveDataStore Method (String, String, String, String)
Creates a new Hypertrieve vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void CreateHypertrieveDataStore(
	string dataStoreName,
	string streamPath,
	string dataPath,
	string tracePath
)

Parameters

dataStoreName
Type: SystemString
The name of the data store to create.
streamPath
Type: SystemString
The path to the vault stream.
dataPath
Type: SystemString
The path to the vault location.
tracePath
Type: SystemString
The trace path.
See Also