View Source
Class ExamineIndexViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class ExamineIndexViewModel
Properties
View Source
CanRebuild
Declaration
public bool CanRebuild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
DocumentCount
Declaration
public long DocumentCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
View Source
FieldCount
Declaration
public int FieldCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
HealthStatus
Declaration
public string HealthStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsHealthy
Declaration
public bool IsHealthy { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SearcherName
Declaration
public string SearcherName { get; set; }
Property Value
Type |
Description |
System.String |
|