Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIndexDiagnostics

    Exposes diagnostic information about an index

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IIndexDiagnostics

    Properties

    View Source

    Metadata

    A key/value collection of diagnostic properties for the index

    Declaration
    IReadOnlyDictionary<string, object?> Metadata { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    Remarks

    Used to display in the UI

    Methods

    View Source

    IsHealthy()

    If the index can be open/read

    Declaration
    Attempt<string?> IsHealthy()
    Returns
    Type Description
    Attempt<string>

    A successful attempt if it is healthy, else a failed attempt with a message if unhealthy

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX