Class AggregationFilterNotSupportedException
Inheritance
AggregationFilterNotSupportedException
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 AggregationFilterNotSupportedException : PictureparkValidationException, ISerializable
Properties
Declaration
[JsonProperty("aggregationName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string AggregationName { get; set; }
Property Value
Declaration
[JsonProperty("notSupportedFilterType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NotSupportedFilterType { get; set; }
Property Value
Declaration
[JsonProperty("supportedFilterTypes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> SupportedFilterTypes { get; set; }
Property Value
Methods
Declaration
public static AggregationFilterNotSupportedException FromJson(string data)
Parameters
Returns
Extension Methods