Class RequestPrimitive<TPrimitiveContent>
Inheritance
object
RequestPrimitive<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("rqp")]
public class RequestPrimitive<TPrimitiveContent> where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
DeliveryAggregation
Declaration
[JsonProperty("da")]
public bool? DeliveryAggregation { get; set; }
Property Value
|
Edit this page
View Source
DiscoveryResultType
Declaration
[JsonProperty("drt")]
public DiscResType? DiscoveryResultType { get; set; }
Property Value
|
Edit this page
View Source
EventCategory
Declaration
[JsonProperty("ec")]
public string EventCategory { get; set; }
Property Value
|
Edit this page
View Source
FilterCriteria
Declaration
[JsonProperty("fc")]
public FilterCriteria FilterCriteria { get; set; }
Property Value
|
Edit this page
View Source
From
Declaration
[JsonProperty("fr")]
public string From { get; set; }
Property Value
|
Edit this page
View Source
GroupRequestIdentifier
Declaration
[JsonProperty("gid")]
public string GroupRequestIdentifier { get; set; }
Property Value
|
Edit this page
View Source
LocalTokenIDs
Declaration
[JsonProperty("ltids")]
public ICollection<string> LocalTokenIDs { get; set; }
Property Value
|
Edit this page
View Source
Operation
Declaration
[JsonProperty("op")]
public Operation? Operation { get; set; }
Property Value
|
Edit this page
View Source
OperationExecutionTime
Declaration
[JsonProperty("oet")]
public string OperationExecutionTime { get; set; }
Property Value
|
Edit this page
View Source
OriginatingTimestamp
Declaration
[JsonProperty("ot")]
public DateTimeOffset? OriginatingTimestamp { get; set; }
Property Value
|
Edit this page
View Source
PrimitiveContent
Declaration
[JsonProperty("pc")]
public TPrimitiveContent PrimitiveContent { get; set; }
Property Value
Type |
Description |
TPrimitiveContent |
|
|
Edit this page
View Source
RequestExpirationTimestamp
Declaration
[JsonProperty("rqet")]
public string RequestExpirationTimestamp { get; set; }
Property Value
|
Edit this page
View Source
RequestIdentifier
Declaration
[JsonProperty("rqi")]
public string RequestIdentifier { get; set; }
Property Value
|
Edit this page
View Source
ResourceType
Declaration
[JsonProperty("ty")]
public ResourceType? ResourceType { get; set; }
Property Value
|
Edit this page
View Source
ResponseType
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
ResultExpirationTimestamp
Declaration
[JsonProperty("rset")]
public string ResultExpirationTimestamp { get; set; }
Property Value
|
Edit this page
View Source
ResultPersistence
Declaration
[JsonProperty("rp")]
public string ResultPersistence { get; set; }
Property Value
|
Edit this page
View Source
RoleIDs
Pattern: ([a-zA-Z0-9\.\-,_]*)@([A-Za-z0-9\-_]*)(\.([A-Za-z0-9\-_])*)*.
Declaration
[RegularExpression("([a-zA-Z0-9\\.\\-,_]*)@([A-Za-z0-9\\-_]*)(\\.([A-Za-z0-9\\-_])*)*")]
[JsonProperty("rids")]
public ICollection<string> RoleIDs { get; set; }
Property Value
|
Edit this page
View Source
To
Declaration
[JsonProperty("to")]
public string To { get; set; }
Property Value
|
Edit this page
View Source
TokenIDs
Pattern: ([a-zA-Z0-9\.\-,_]*)@([A-Za-z0-9\-_]*)(\.([A-Za-z0-9\-_])*)*.
Declaration
[RegularExpression("([a-zA-Z0-9\\.\\-,_]*)@([A-Za-z0-9\\-_]*)(\\.([A-Za-z0-9\\-_])*)*")]
[JsonProperty("tids")]
public string TokenIDs { get; set; }
Property Value
|
Edit this page
View Source
TokenReqIndicator
Declaration
[JsonProperty("tqi")]
public bool? TokenReqIndicator { get; set; }
Property Value
|
Edit this page
View Source
Tokens
Declaration
[JsonProperty("tkns")]
public string Tokens { get; set; }
Property Value