Class CustomerReshardRequest
Inheritance
CustomerReshardRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CustomerReshardRequest
Properties
Declaration
[JsonProperty("indices", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<IndexType, IndexShardSettings> Indices { get; set; }
Property Value
Declaration
[JsonProperty("skipCustomerExport", Required = Required.Always)]
public bool SkipCustomerExport { get; set; }
Property Value
Methods
Declaration
public static CustomerReshardRequest FromJson(string data)
Parameters
Returns