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

10 lines
181 B
C#
Raw Normal View History

namespace ASC.ElasticSearch.Core
2020-01-24 13:07:51 +00:00
{
public class State
{
public string Indexing { get; set; }
public DateTime? LastIndexed { get; set; }
}
}