Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
IndexInfo::TotalDataSize Data Member

The total size of all documents added to this index (including documents indexed multiple times)

public UInt64 TotalDataSize;

The difference between TotalFileSize and TotalDataSize is in the way containers are handled. TotalFileSize includes the size of container files such as ZIP files, but not their contents. TotalDataSize includes the size of the contents of container files, but not the size of the container.