Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableDefaultIndexExtentSize

Retrieve the table default index extent size

Declaration

NINT ctdbGetTableDefaultIndexExtentSize(CTHANDLE Handle)

Description

ctdbGetTableDefaultIndexExtentSize() retrieves the table default index extent size. Use ctdbGetTableDefaultDataExtentSize() to retrieve the table default data extend size. Use ctdbSetTableDefaultIndexExtentSize() to set the table default index extent size. Use ctdbGetDefaultIndex() to retrieve the table default index.

  • Handle [in] the Table Handle.

Returns

ctdbGetTableDefaultIndexExtentSize() returns the table default index extent size.

See also

ctdbGetDefaultIndex(), ctdbGetTableDefaultDataExtentSize(), ctdbSetTableDefaultIndexExtentSize()

TOCIndex