Table of Contents

Class IndexStatusInformation

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Core.dll
public class IndexStatusInformation
Inheritance
IndexStatusInformation
Inherited Members

Properties

Balancer

public string Balancer { get; set; }

Property Value

string

DurationOfBuild

public TimeSpan DurationOfBuild { get; set; }

Property Value

TimeSpan

Index

public string Index { get; set; }

Property Value

string

InstanceCount

public int InstanceCount { get; set; }

Property Value

int

InstanceStatuses

public IEnumerable<Status> InstanceStatuses { get; set; }

Property Value

IEnumerable<Status>

LastRun

public DateTime LastRun { get; set; }

Property Value

DateTime

OnlineInstance

public string OnlineInstance { get; set; }

Property Value

string

Repository

public string Repository { get; set; }

Property Value

string

State

public IndexStatusInformation.IndexState State { get; set; }

Property Value

IndexStatusInformation.IndexState

StateDescription

public string StateDescription { get; set; }

Property Value

string
To top