Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top (c) Meriworks 2002-2022