tibasSpaceDef_SetSpaceWait()

Sets the space wait setting for a specified spaceDef.

Declaration

tibas_status tibasSpaceDef_SetSpaceWait(
    tibasSpaceDef spaceDef,
    tibas_long spaceWait)

Parameters

Parameter Description
spaceDef Specify the spaceDef for the space for which you want to set the space wait setting.
spaceWait Specifies the space wait interval in milliseconds.

Remarks

Use the tibasSpaceDef_GetSpaceWait() function to specify the space wait for a specified space.

The space wait value is a timeout that applies to operations that cannot be processed because the space is not in the READY state, i.e., the space in the INITIAL, LOADING, RECOVER, or SUSPEND state.