Class CmdhLimits
Inheritance
object
CmdhLimits
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cml")]
public class CmdhLimits : MgmtResource
Properties
|
Edit this page
View Source
LimitsDelAggregation
Declaration
[JsonProperty("lda")]
public CmdhLimitsLimitsDelAggregation? LimitsDelAggregation { get; set; }
Property Value
|
Edit this page
View Source
LimitsEventCategory
Declaration
[JsonProperty("lec")]
public ICollection<string> LimitsEventCategory { get; set; }
Property Value
|
Edit this page
View Source
LimitsOpExecTime
Minimum inclusive value: -1.
Declaration
[JsonProperty("loet")]
public ICollection<long> LimitsOpExecTime { get; set; }
Property Value
|
Edit this page
View Source
LimitsRequestExpTime
Minimum inclusive value: -1.
Declaration
[JsonProperty("lqet")]
public ICollection<long> LimitsRequestExpTime { get; set; }
Property Value
|
Edit this page
View Source
LimitsRespPersistence
Minimum inclusive value: -1.
Declaration
[JsonProperty("lrp")]
public ICollection<long> LimitsRespPersistence { get; set; }
Property Value
|
Edit this page
View Source
LimitsResultExpTime
Minimum inclusive value: -1.
Declaration
[JsonProperty("lset")]
public ICollection<long> LimitsResultExpTime { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
[JsonProperty("od")]
public long Order { get; set; }
Property Value
|
Edit this page
View Source
RequestCharacteristics
Declaration
[JsonProperty("rch")]
public object RequestCharacteristics { get; set; }
Property Value
|
Edit this page
View Source
RequestContext
Declaration
[JsonProperty("rct")]
public object RequestContext { get; set; }
Property Value
|
Edit this page
View Source
RequestContextNotification
Declaration
[JsonProperty("rctn")]
public bool? RequestContextNotification { get; set; }
Property Value
|
Edit this page
View Source
RequestOrigin
Declaration
[JsonProperty("ror")]
public ICollection<string> RequestOrigin { get; set; }
Property Value