Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Indexer
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class IndexResponseModel

    Properties

    View Source

    CanRebuild

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

    DocumentCount

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

    FieldCount

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

    HealthStatus

    Declaration
    public HealthStatusResponseModel HealthStatus { get; set; }
    Property Value
    Type Description
    HealthStatusResponseModel
    View Source

    Name

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

    ProviderProperties

    Declaration
    public IReadOnlyDictionary<string, object>? ProviderProperties { get; set; }
    Property Value
    Type Description
    System.Nullable<IReadOnlyDictionary<System.String, System.Object>>
    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
      • Name
      • ProviderProperties
      • SearcherName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX