Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExamineIndexModel

    Inheritance
    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
    bool
    View Source

    HealthStatus

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

    IsHealthy

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

    Name

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

    ProviderProperties

    Declaration
    [DataMember(Name = "providerProperties")]
    public IReadOnlyDictionary<string, object?>? ProviderProperties { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX