Class TimeSeriesInstanceAnnc
Inheritance
object
TimeSeriesInstanceAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:tsia")]
public class TimeSeriesInstanceAnnc : AnnouncedSubordinateResource
Properties
|
Edit this page
View Source
Content
Declaration
[JsonProperty("con")]
public string Content { get; set; }
Property Value
|
Edit this page
View Source
DataGenerationTime
Declaration
[JsonProperty("dgt")]
public string DataGenerationTime { get; set; }
Property Value
|
Edit this page
View Source
SequenceNr
Declaration
[JsonProperty("snr")]
public long? SequenceNr { get; set; }
Property Value