Class SearchStatistics
Inheritance
System.Object
SearchStatistics
Assembly: DotNetNuke.dll
Syntax
public class SearchStatistics : object
Properties
|
Improve this Doc
View Source
IndexDbSize
Declaration
public long IndexDbSize { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IndexLocation
Declaration
public string IndexLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedOn
Declaration
public DateTime LastModifiedOn { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
TotalActiveDocuments
Declaration
public int TotalActiveDocuments { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalDeletedDocuments
Declaration
public int TotalDeletedDocuments { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods