Class EventLog
Inheritance
object
EventLog
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:evl")]
public class EventLog : MgmtResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
LogData
Declaration
[JsonProperty("lgd")]
public string LogData { get; set; }
Property Value
|
Edit this page
View Source
LogStart
Declaration
[JsonProperty("lga")]
public bool LogStart { get; set; }
Property Value
|
Edit this page
View Source
LogStatus
Declaration
[JsonProperty("lgst")]
public LogStatus? LogStatus { get; set; }
Property Value
|
Edit this page
View Source
LogStop
Declaration
[JsonProperty("lgo")]
public bool LogStop { get; set; }
Property Value
|
Edit this page
View Source
LogTypeId
Declaration
[JsonProperty("lgt")]
public LogTypeId? LogTypeId { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value