Class CmdhEcDefParamValues
Inheritance
object
CmdhEcDefParamValues
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cmpv")]
public class CmdhEcDefParamValues : MgmtResource
Properties
|
Edit this page
View Source
ApplicableEventCategory
Declaration
[JsonProperty("aec")]
public ICollection<string> ApplicableEventCategory { get; set; }
Property Value
|
Edit this page
View Source
DefaultDelAggregation
Declaration
[JsonProperty("dda")]
public bool DefaultDelAggregation { get; set; }
Property Value
|
Edit this page
View Source
DefaultOpExecTime
Declaration
[JsonProperty("doet")]
public long DefaultOpExecTime { get; set; }
Property Value
|
Edit this page
View Source
DefaultRequestExpTime
Declaration
[JsonProperty("dqet")]
public long DefaultRequestExpTime { get; set; }
Property Value
|
Edit this page
View Source
DefaultRespPersistence
Declaration
[JsonProperty("drp")]
public long DefaultRespPersistence { get; set; }
Property Value
|
Edit this page
View Source
DefaultResultExpTime
Declaration
[JsonProperty("dset")]
public long DefaultResultExpTime { get; set; }
Property Value