View Source
Class ExamineIndexModel
Inheritance
System.Object
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 |
System.Boolean |
|
View Source
HealthStatus
Declaration
[DataMember(Name = "healthStatus")]
public string HealthStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsHealthy
Declaration
[DataMember(Name = "isHealthy")]
public bool IsHealthy { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProviderProperties
Declaration
[DataMember(Name = "providerProperties")]
public IReadOnlyDictionary<string, object>? ProviderProperties { get; set; }
Property Value
Type |
Description |
System.Nullable<IReadOnlyDictionary<System.String, System.Object>> |
|