Class ExamineIndexModel
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class ExamineIndexModel
Properties
CanRebuild
Declaration
public bool CanRebuild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HealthStatus
Declaration
public string HealthStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
IsHealthy
Declaration
public bool IsHealthy { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ProviderProperties
Declaration
public IReadOnlyDictionary<string, object> ProviderProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object> |
|