Creates a new Hypertrieve vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void CreateHypertrieveDataStore( string dataStoreName, string streamPath, string dataPath, string tracePath ) |
Visual Basic |
---|
Public Sub CreateHypertrieveDataStore ( _ dataStoreName As String, _ streamPath As String, _ dataPath As String, _ tracePath As String _ ) |
Visual C++ |
---|
public: void CreateHypertrieveDataStore( String^ dataStoreName, String^ streamPath, String^ dataPath, String^ tracePath ) |
Parameters
- dataStoreName
- Type: System..::..String
The name of the data store to create.
- streamPath
- Type: System..::..String
The path to the vault stream.
- dataPath
- Type: System..::..String
The path to the vault location.
- tracePath
- Type: System..::..String
The trace path.