Returns the attributes of a specified secondary index that is defined for the specified space.
      Declaration
tibas_status tibasSpaceDef_GetIndexDef(
    tibasSpaceDef  spaceDef,
    tibasIndexDef* indexDef,
    char*          indexName)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | spaceDef | Specifies the SpaceDef for the space. | 
                  
                     | indexDef | Returns a tibasIndexDef structure that contains the attributes for the secondary index. | 
                  
                     | indexName | Specify the name of the secondary index for which you want to return an indexDef. | 
               
            
Remarks
Use the tibasSpaceDef_GetIndexDef() function to return the attributes of a specified secondary index that is defined for a specified space.
Copyright © Cloud Software Group, Inc. All rights reserved.