Class NotificationDetailIndexReindexProgress
Inheritance
NotificationDetailIndexReindexProgress
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class NotificationDetailIndexReindexProgress : NotificationDetailBusinessProcessBase
Properties
Declaration
[JsonProperty("current", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Current { get; set; }
Property Value
Declaration
[JsonProperty("expected", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Expected { get; set; }
Property Value
Declaration
[JsonProperty("indexId", Required = Required.Always)]
[Required]
public string IndexId { get; set; }
Property Value
Methods
Declaration
public static NotificationDetailIndexReindexProgress FromJson(string data)
Parameters
Returns