tibasSpaceDef_GetIndexDefs()

Returns a list of the secondary indexes defined for a specified space.

Declaration

tibas_status tibasSpaceDef_GetIndexDefs(
    tibasSpaceDef spaceDef,
    tibasIndexDefList* indexDefList)

Parameters

Parameter Description
spaceDef Specifies the SpaceDef for the space.
indexDefList A pointer to the list of IndexDefs that is returned by the function.

Remarks

Use the tibasSpaceDef_GetIndexDefs() function to return a list of the secondary indexes currently defined for a specified space.