Class SnapshotExistingIndicesNotClosedException
Inheritance
SnapshotExistingIndicesNotClosedException
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class SnapshotExistingIndicesNotClosedException : PictureparkValidationException, ISerializable
Properties
Declaration
[JsonProperty("existingNotClosedIndicesInCluster", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, ICollection<string>> ExistingNotClosedIndicesInCluster { get; set; }
Property Value
Methods
Declaration
public static SnapshotExistingIndicesNotClosedException FromJson(string data)
Parameters
Returns
Extension Methods