View Source
Class IndexResponseModel
Inheritance
System.Object
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
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 |
|