tibasSpaceDef_GetReadTimeout()

Returns the read timeout value for a specified space.

Declaration

tibas_status tibasSpaceDef_GetReadTimeout(
    tibasSpaceDef spaceDef,
    tibas_long* readTimeout);

Parameters

Parameter Description
spaceDef Specify the spaceDef for the space for which you want to return the read timeout value.
readTimeout Returns the read timeout value, in milliseconds.

Remarks

Use the tibasSpaceDef_GetReadTimeout() function to return the read timeout value for a specified spaceDef.

The read timeout value applies to Get operations.