Class Delivery<TPrimitiveContent>
Inheritance
object
Delivery<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:dlv")]
public class Delivery<TPrimitiveContent> : RegularResource where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
AggregatedRequest
Declaration
[JsonProperty("arq")]
[JsonConverter(typeof(JsonArrayItem<AggregatedRequestRequest>), new object[] { "req" })]
public ICollection<AggregatedRequestRequest<TPrimitiveContent>> AggregatedRequest { 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
Declaration
[JsonProperty("dmd")]
public DeliveryMetaData DeliveryMetaData { get; set; }
Property Value
|
Edit this page
View Source
EventCat
Declaration
[JsonProperty("ec")]
public string EventCat { get; set; }
Property Value
|
Edit this page
View Source
Lifespan
Declaration
[JsonProperty("ls")]
public DateTimeOffset Lifespan { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[JsonProperty("sr")]
public string Source { get; set; }
Property Value
|
Edit this page
View Source
StateTag
Declaration
[JsonProperty("st")]
public long StateTag { 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
Target
Declaration
[JsonProperty("tg")]
public string Target { get; set; }
Property Value