You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > IndexInfo Class > IndexInfo Properties > TotalFileSize Property
Close
dtSearch .NET Standard API 2024.02
IndexInfo.TotalFileSize Property

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

public UInt64 TotalFileSize;

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. TotalFileSize is supported only in indexes created with dtSearch versions 7.94 and later.

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.