Class AggregationSizeInvalidException
Size of the aggregation is invalid.
Inheritance
AggregationSizeInvalidException
Inherited Members
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 AggregationSizeInvalidException : PictureparkValidationException, ISerializable
Properties
AggregationName
The name identifying the aggregation.
Declaration
[JsonProperty("aggregationName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string AggregationName { get; set; }
Property Value
string |
AggregationSize
The invalid size of the aggregation: size must be equal or greater than 1.
Declaration
[JsonProperty("aggregationSize", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int AggregationSize { get; set; }
Property Value
int |
Methods
FromJson(string)
Declaration
public static AggregationSizeInvalidException FromJson(string data)
Parameters
string data |
Returns
AggregationSizeInvalidException |