Class Index
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class Index
Properties
Declaration
[JsonProperty("businessProcessId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BusinessProcessId { get; set; }
Property Value
Declaration
[JsonProperty("customerId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerId { get; set; }
Property Value
Declaration
[JsonProperty("indexAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string IndexAlias { get; set; }
Property Value
Declaration
[JsonProperty("indexName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string IndexName { get; set; }
Property Value
Declaration
[JsonProperty("indexType", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public IndexType IndexType { get; set; }
Property Value
Declaration
[JsonProperty("numberOfReplicas", Required = Required.Always)]
public int NumberOfReplicas { get; set; }
Property Value
Declaration
[JsonProperty("numberOfRoutingShards", Required = Required.Always)]
public int NumberOfRoutingShards { get; set; }
Property Value
Declaration
[JsonProperty("numberOfShards", Required = Required.Always)]
public int NumberOfShards { get; set; }
Property Value
Declaration
[JsonProperty("state", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public IndexState State { get; set; }
Property Value
Methods
Declaration
public static Index FromJson(string data)
Parameters
Returns