BCServerCreateHypertrieveDataStore Method (String, String, String, String) |
Creates a new Hypertrieve vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
)
Public Sub CreateHypertrieveDataStore (
dataStoreName As String,
streamPath As String,
dataPath As String,
tracePath As String
)
public:
void CreateHypertrieveDataStore(
String^ dataStoreName,
String^ streamPath,
String^ dataPath,
String^ tracePath
)
member CreateHypertrieveDataStore :
dataStoreName : string *
streamPath : string *
dataPath : string *
tracePath : string -> unit
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