Class RedisDatabaseExceededException
Inheritance
RedisDatabaseExceededException
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 RedisDatabaseExceededException : PictureparkException, ISerializable
Properties
Declaration
[JsonProperty("customerCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int CustomerCount { get; set; }
Property Value
Declaration
[JsonProperty("customerId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerId { get; set; }
Property Value
Declaration
[JsonProperty("maxCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int MaxCount { get; set; }
Property Value
Declaration
[JsonProperty("redisDatabaseCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int RedisDatabaseCount { get; set; }
Property Value
Declaration
[JsonProperty("startIndex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int StartIndex { get; set; }
Property Value
Methods
Declaration
public static RedisDatabaseExceededException FromJson(string data)
Parameters
Returns
Extension Methods