Specifies the directory path for the data store used when you implement shared-nothing persistence.
Declaration
tibas_status tibasMemberDef_SetDataStore(
tibasMemberDef memberDef,
const char* dataStore)
Parameters
Parameter |
Description |
memberDef |
Specify the memberDef object that defines the member for which you are implementing shared-nothing persistence. |
dataStore |
Specifies a string that sets the directory path to the directory that holds the data store for shared-nothing persistence. |
Remarks
If you are implementing shared-nothing persistence, use the tibasMemberDef_SetDataStore() function to specify the directory where the data store for persisted data is located.
Copyright © Cloud Software Group, Inc. All rights reserved.