Class EventConfig
Inheritance
object
EventConfig
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:evcg")]
public class EventConfig : RegularResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("cr")]
public string Creator { get; set; }
Property Value
|
Edit this page
View Source
DataSize
Declaration
[JsonProperty("ds")]
public long? DataSize { get; set; }
Property Value
|
Edit this page
View Source
EventEnd
Declaration
[JsonProperty("eve")]
public DateTimeOffset? EventEnd { get; set; }
Property Value
|
Edit this page
View Source
EventID
Declaration
[JsonProperty("evi")]
public string EventID { get; set; }
Property Value
|
Edit this page
View Source
EventStart
Declaration
[JsonProperty("evs")]
public DateTimeOffset? EventStart { get; set; }
Property Value
|
Edit this page
View Source
EventType
Declaration
[JsonProperty("evt")]
public EventType? EventType { get; set; }
Property Value
|
Edit this page
View Source
OperationType
Declaration
[JsonProperty("opt")]
public long? OperationType { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value