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