Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:mervis-db:10-api [2018/08/03 08:52] m.kulvejt [C#] |
en:mervis-db:10-api [2024/05/08 10:42] (current) |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| ^GetVariableStatsAsync|Obsolete| | ^GetVariableStatsAsync|Obsolete| | ||
| ^CheckCredentials| | | ^CheckCredentials| | | ||
| + | |||
| + | ===== Object Properties ===== | ||
| + | * (UTC)TimeStamp - UTC time stamp of the record | ||
| + | * GoodThrough - UTC time stamp of the end of validity of particular record | ||
| + | * Interval - period of time (in seconds) when next value should be recorded | ||
| + | |||
| ===== Examples ===== | ===== Examples ===== | ||
| Line 34: | Line 40: | ||
| - | {{ : | + | {{ : |
| {{ : | {{ : | ||
| Line 141: | Line 147: | ||
| }</ | }</ | ||
| - | <code csharp | + | <code csharp |
| using System; | using System; | ||
| using System.Collections.Generic; | using System.Collections.Generic; | ||
| Line 183: | Line 189: | ||
| { | { | ||
| new KeyValuePair { IsKey = true, Key = " | new KeyValuePair { IsKey = true, Key = " | ||
| - | new KeyValuePair { IsKey = true, Key = " | + | |
| - | new KeyValuePair { IsKey = true, Key = " | + | new KeyValuePair { IsKey = false, Key = " |
| - | new KeyValuePair { IsKey = true, Key = "Level3", Value = " | + | new KeyValuePair { IsKey = false, Key = " |
| + | new KeyValuePair { IsKey = false, Key = "Name", Value = " | ||
| new KeyValuePair { IsKey = false, Key = " | new KeyValuePair { IsKey = false, Key = " | ||
| new KeyValuePair { IsKey = false, Key = " | new KeyValuePair { IsKey = false, Key = " | ||