Interface IIndexStatistics
Namespace: ImageVault.Core.Common.Search
Assembly: ImageVault.Core.dll
Syntax
public interface IIndexStatistics
Properties
DocumentCount
Declaration
int DocumentCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StorageSize
Declaration
long StorageSize { get; }
Property Value
Type | Description |
---|---|
System.Int64 |