tibasMemberDef_GetDataStore()

Returns the directory path for data store files, if shared-nothing persistence is implemented.

Declaration

tibas_status tibasMemberDef_GetDataStore(
    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 Returns a string that indicates the directory path to the directory that holds the data store for shared-nothing persistence.

Remarks

If you have implemented shared-nothing persistence, use the tibasMemberDef_GetDataStore() function to return the directory path for the directory where the persisted data store is stored.