Class SearchIndexReindexShardsRequest
Inheritance
SearchIndexReindexShardsRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SearchIndexReindexShardsRequest : SearchIndexReindexRequest
Properties
Declaration
[JsonProperty("clusterName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ClusterName { get; set; }
Property Value
Declaration
[JsonProperty("numberOfReplicas", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? NumberOfReplicas { get; set; }
Property Value
Declaration
[JsonProperty("numberOfRoutingShards", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? NumberOfRoutingShards { get; set; }
Property Value
Declaration
[JsonProperty("numberOfShards", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? NumberOfShards { get; set; }
Property Value
Methods
Declaration
public static SearchIndexReindexShardsRequest FromJson(string data)
Parameters
Returns