DocSpace-client/common/services/ASC.ElasticSearch/Core/State.cs
2020-07-08 18:30:23 +03:00

12 lines
198 B
C#

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