Class AE
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:ae")]
public class AE : AnnounceableResource
Properties
|
Edit this page
View Source
AE_ID
Declaration
[JsonProperty("aei")]
public string AE_ID { get; set; }
Property Value
|
Edit this page
View Source
AccessControlPolicy
Declaration
[JsonProperty("m2m:acp")]
public ICollection<AccessControlPolicy> AccessControlPolicy { get; set; }
Property Value
|
Edit this page
View Source
AppName
Declaration
[JsonProperty("apn")]
public string AppName { get; set; }
Property Value
|
Edit this page
View Source
App_ID
Declaration
[JsonProperty("api")]
public string App_ID { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Container
Declaration
[JsonProperty("m2m:cnt")]
public ICollection<Container> Container { get; set; }
Property Value
|
Edit this page
View Source
ContentSerialization
Declaration
[JsonProperty("csz")]
public ICollection<PermittedMediaTypes> ContentSerialization { get; set; }
Property Value
|
Edit this page
View Source
E2ESecInfo
Declaration
[JsonProperty("esi")]
public E2ESecInfo E2ESecInfo { get; set; }
Property Value
|
Edit this page
View Source
Group
Declaration
[JsonProperty("m2m:grp")]
public ICollection<Group> Group { get; set; }
Property Value
|
Edit this page
View Source
NodeLink
Declaration
[JsonProperty("nl")]
public string NodeLink { get; set; }
Property Value
|
Edit this page
View Source
OntologyRef
Declaration
[JsonProperty("or")]
public string OntologyRef { get; set; }
Property Value
|
Edit this page
View Source
PointOfAccess
Declaration
[JsonProperty("poa")]
public ICollection<string> PointOfAccess { get; set; }
Property Value
|
Edit this page
View Source
PollingChannel
Declaration
[JsonProperty("m2m:pch")]
public ICollection<PollingChannel> PollingChannel { get; set; }
Property Value
|
Edit this page
View Source
RequestReachability
Declaration
[JsonProperty("rr")]
public bool RequestReachability { get; set; }
Property Value
|
Edit this page
View Source
Schedule
Declaration
[JsonProperty("m2m:sch")]
public ICollection<Schedule> Schedule { get; set; }
Property Value
|
Edit this page
View Source
SemanticDescriptor
Declaration
[JsonProperty("m2m:smd")]
public ICollection<SemanticDescriptor> SemanticDescriptor { get; set; }
Property Value
|
Edit this page
View Source
Sg_FlexContainerResource
Declaration
[JsonProperty("sg_flexContainerResource")]
public ICollection<FlexContainerResource> Sg_FlexContainerResource { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value
|
Edit this page
View Source
TimeSeries
Declaration
[JsonProperty("m2m:ts")]
public ICollection<TimeSeries> TimeSeries { get; set; }
Property Value
|
Edit this page
View Source
TrafficPattern
Declaration
[JsonProperty("m2m:trpt")]
public ICollection<TrafficPattern> TrafficPattern { get; set; }
Property Value