Class TimeSeries
Inheritance
object
TimeSeries
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:ts")]
public class TimeSeries : AnnounceableResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("cr")]
public string Creator { get; set; }
Property Value
|
Edit this page
View Source
CurrentByteSize
Declaration
[JsonProperty("cbs")]
public long CurrentByteSize { get; set; }
Property Value
|
Edit this page
View Source
CurrentNrOfInstances
Declaration
[JsonProperty("cni")]
public long CurrentNrOfInstances { get; set; }
Property Value
|
Edit this page
View Source
Latest
Declaration
[JsonProperty("la")]
public string Latest { get; set; }
Property Value
|
Edit this page
View Source
MaxByteSize
Declaration
[JsonProperty("mbs")]
public long? MaxByteSize { get; set; }
Property Value
|
Edit this page
View Source
MaxInstanceAge
Declaration
[JsonProperty("mia")]
public long? MaxInstanceAge { get; set; }
Property Value
|
Edit this page
View Source
MaxNrOfInstances
Declaration
[JsonProperty("mni")]
public long? MaxNrOfInstances { get; set; }
Property Value
|
Edit this page
View Source
MissingDataCurrentNr
Declaration
[JsonProperty("mdc")]
public long? MissingDataCurrentNr { get; set; }
Property Value
|
Edit this page
View Source
MissingDataDetect
Declaration
[JsonProperty("mdd")]
public bool? MissingDataDetect { get; set; }
Property Value
|
Edit this page
View Source
MissingDataDetectTimer
Declaration
[JsonProperty("mdt")]
public long? MissingDataDetectTimer { get; set; }
Property Value
|
Edit this page
View Source
MissingDataList
Declaration
[JsonProperty("mdlt")]
public string MissingDataList { get; set; }
Property Value
|
Edit this page
View Source
MissingDataMaxNr
Declaration
[JsonProperty("mdn")]
public long? MissingDataMaxNr { get; set; }
Property Value
|
Edit this page
View Source
Oldest
Declaration
[JsonProperty("ol")]
public string Oldest { get; set; }
Property Value
|
Edit this page
View Source
OntologyRef
Declaration
[JsonProperty("or")]
public string OntologyRef { get; set; }
Property Value
|
Edit this page
View Source
PeriodicInterval
Declaration
[JsonProperty("pei")]
public long? PeriodicInterval { get; set; }
Property Value
|
Edit this page
View Source
SemanticDescriptor
Declaration
[JsonProperty("m2m:smd")]
public ICollection<SemanticDescriptor> SemanticDescriptor { 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
TimeSeriesInstance
Declaration
[JsonProperty("m2m:tsi")]
public ICollection<TimeSeriesInstance> TimeSeriesInstance { get; set; }
Property Value