DocSpace-buildtools/common/services/ASC.ElasticSearch/Core/State.cs

9 lines
179 B
C#

namespace ASC.ElasticSearch.Core
{
public class State
{
public string Indexing { get; set; }
public DateTime? LastIndexed { get; set; }
}
}