Class SearchReindexCompletedEvent
Inheritance
SearchReindexCompletedEvent
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SearchReindexCompletedEvent : ApplicationEvent
Properties
Declaration
[JsonProperty("duration", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public TimeSpan Duration { get; set; }
Property Value
Declaration
[JsonProperty("items", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Items { get; set; }
Property Value
Declaration
[JsonProperty("searchIndex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public SearchIndexType SearchIndex { get; set; }
Property Value
Methods
Declaration
public static SearchReindexCompletedEvent FromJson(string data)
Parameters
Returns