Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.SetIndexDefaultExtentSize

Syntax

void SetIndexDefaultExtentSize(int size)

Parameters

  • size [in] The default index extent size. The index extent default value is 0 initially.

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()

TOCIndex