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

8 lines
156 B
C#

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