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<System.String, System.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<System.String>

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

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Metadata
    • Methods
      • IsHealthy()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX