Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Index File Extent Size

The index file extent is the default size by which the index file is extended when necessary. This value is 0 bytes by default. If there is a need to change it, use CTTable.SetIndexDefaultExtentSize(). To retrieve the default index extent size, use CTTable.GetIndexDefaultExtentSize().

TOCIndex