Class CmdhBuffer
Inheritance
object
CmdhBuffer
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cmbf")]
public class CmdhBuffer : MgmtResource
Properties
|
Edit this page
View Source
ApplicableEventCategory
Declaration
[JsonProperty("aec")]
public ICollection<string> ApplicableEventCategory { get; set; }
Property Value
|
Edit this page
View Source
MaxBufferSize
Declaration
[JsonProperty("mbfs")]
public long MaxBufferSize { get; set; }
Property Value
|
Edit this page
View Source
StoragePriority
Maximum exclusive value: 11.
Declaration
[JsonProperty("sgp")]
public long StoragePriority { get; set; }
Property Value