Class OperationResult<TPrimitiveContent>
Inheritance
object
OperationResult<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("ors")]
public class OperationResult<TPrimitiveContent> where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
ContentOffset
Declaration
[JsonProperty("cnot")]
public long? ContentOffset { get; set; }
Property Value
|
Edit this page
View Source
ContentStatus
Declaration
[JsonProperty("cnst")]
public ContentStatus? ContentStatus { 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
From
Declaration
[JsonProperty("fr")]
public string From { 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
RequestIdentifier
Declaration
[JsonProperty("rqi")]
public string RequestIdentifier { get; set; }
Property Value
|
Edit this page
View Source
ResponseStatusCode
Declaration
[JsonProperty("rsc")]
public ResponseStatusCode? ResponseStatusCode { 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
To
Declaration
[JsonProperty("to")]
public string To { get; set; }
Property Value