CTTable.SetIndexDefaultExtentSize
Syntax
void SetIndexDefaultExtentSize(int size)
Parameters
Description
Sets the c-tree index file default extent size. Each time the index file needs to be extended, it will use this value to extent the file. If not changed by SetIndexDefaultExtentSize(), this value is 0 bytes.
Return
None.
See Also
GetIndexDefaultExtentSize(), SetDataDefaultExtentSize()