tibasSpaceDef_IsPersisted()

Indicates whether a specified space is configured for persistence.

Declaration

tibas_status tibasSpaceDef_IsPersisted(tibasSpaceDef spaceDef)

Parameters

Parameter Description
spaceDef A spaceDef object that references the space whose persistence setting you want to query.

Remarks

Use the tibasSpaceDef_IsPersisted() function to determine if a space is configured for persistence.

The function returns TIBAS_TRUE if the space is persistent, and TIBAS_FALSE otherwise.