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

The total number of files added to this index (including files indexed multiple times).

public UInt64 FileCountNotDocCount;

The difference between FileCountNotDocCount and DocCount is in the way containers are handled. FileCountNotDocCount counts each container such as a ZIP as one file, while DocCount counts the number of items in a container such as a ZIP file. fileCountNotDoc is supported only in indexes created with dtSearch versions 7.96 and later.

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