Class MetaInformation
Inheritance
object
MetaInformation
Assembly: Aetheros.Schema.OneM2M.dll
[Serializable]
[JsonObject("mi")]
public class MetaInformation
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("da")]
public bool? DeliveryAggregation { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("drt")]
public DiscResType? DiscoveryResultType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("ec")]
public string EventCategory { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("fc")]
public FilterCriteria FilterCriteria { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("gid")]
public string GroupRequestIdentifier { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("nm")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("oet")]
public string OperationExecutionTime { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("ot")]
public DateTimeOffset? OriginatingTimestamp { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("rqet")]
public string RequestExpirationTimestamp { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("ty")]
public ResourceType? ResourceType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("rt")]
public ResponseTypeInfo ResponseType { get; set; }
Property Value
|
Edit this page
View Source
ResultContent
Declaration
[JsonProperty("rcn")]
public ResultContent? ResultContent { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("rset")]
public string ResultExpirationTimestamp { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("rp")]
public string ResultPersistence { get; set; }
Property Value