CTTable::SetIndexDefaultExtentSize
Syntax
void SetIndexDefaultExtentSize(const NINT 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 8192 bytes.
Return
None.
See also
GetIndexDefaultExtentSize(), SetDataDefaultExtentSize()