Show / Hide Table of Contents

Class SearchStatistics

Inheritance
object
SearchStatistics
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Search.Internals
Assembly: DotNetNuke.dll
Syntax
public class SearchStatistics

Constructors

SearchStatistics()

Declaration
public SearchStatistics()

Properties

IndexDbSize

Declaration
public long IndexDbSize { get; set; }
Property Value
Type Description
long

IndexLocation

Declaration
public string IndexLocation { get; set; }
Property Value
Type Description
string

LastModifiedOn

Declaration
public DateTime LastModifiedOn { get; set; }
Property Value
Type Description
DateTime

TotalActiveDocuments

Declaration
public int TotalActiveDocuments { get; set; }
Property Value
Type Description
int

TotalDeletedDocuments

Declaration
public int TotalDeletedDocuments { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS