Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExamineIndexModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [DataContract(Name = "indexer", Namespace = "")]
    public class ExamineIndexModel

    Properties

    View Source

    CanRebuild

    Declaration
    [DataMember(Name = "canRebuild")]
    public bool CanRebuild { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    HealthStatus

    Declaration
    [DataMember(Name = "healthStatus")]
    public string HealthStatus { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsHealthy

    Declaration
    [DataMember(Name = "isHealthy")]
    public bool IsHealthy { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ProviderProperties

    Declaration
    [DataMember(Name = "providerProperties")]
    public IReadOnlyDictionary<string, object>? ProviderProperties { get; set; }
    Property Value
    Type Description
    System.Nullable<IReadOnlyDictionary<System.String, System.Object>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CanRebuild
      • HealthStatus
      • IsHealthy
      • Name
      • ProviderProperties
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX