Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTIndex::GetSegmentCount

Syntax

NINT GetSegmentCount( ) const

Parameters

This method has no parameters.

Description

Retrieves the index segments count.

Return

GetSegmentCount() returns the number of segments in the index.

See also

GetSegment()

TOCIndex