Search Results for

    Show / Hide Table of Contents

    Class SearchReindexCompletedEvent

    Inheritance
    object
    ApplicationEvent
    SearchReindexCompletedEvent
    Inherited Members
    ApplicationEvent.Timestamp
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Duration

    Declaration
    [JsonProperty("duration", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public TimeSpan Duration { get; set; }
    Property Value
    TimeSpan

    Items

    Declaration
    [JsonProperty("items", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public long Items { get; set; }
    Property Value
    long

    SearchIndex

    Declaration
    [JsonProperty("searchIndex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    [JsonConverter(typeof(StringEnumConverter))]
    public SearchIndexType SearchIndex { get; set; }
    Property Value
    SearchIndexType

    Methods

    FromJson(string)

    Declaration
    public static SearchReindexCompletedEvent FromJson(string data)
    Parameters
    string data

    Returns
    SearchReindexCompletedEvent

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX