Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExamineIndexViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.ViewModels.ExamineManagement
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ExamineIndexViewModel

    Properties

    View Source

    CanRebuild

    Declaration
    public bool CanRebuild { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    DocumentCount

    Declaration
    public long DocumentCount { get; set; }
    Property Value
    Type Description
    System.Int64
    View Source

    FieldCount

    Declaration
    public int FieldCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    HealthStatus

    Declaration
    public string HealthStatus { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsHealthy

    Declaration
    public bool IsHealthy { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    SearcherName

    Declaration
    public string SearcherName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CanRebuild
      • DocumentCount
      • FieldCount
      • HealthStatus
      • IsHealthy
      • Name
      • SearcherName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX