|
1 | 1 | #### [QuixStreams.Streaming](index.md 'index')
|
2 |
| -### [QuixStreams.Streaming.Models](QuixStreams.Streaming.Models.md 'QuixStreams.Streaming.Models').[LeadingEdgeTimestamp](LeadingEdgeTimestamp.md 'QuixStreams.Streaming.Models.LeadingEdgeTimestamp') |
| 2 | +### [QuixStreams.Streaming.Models](QuixStreams.Streaming.Models.md 'QuixStreams.Streaming.Models').[LeadingEdgeRow](LeadingEdgeRow.md 'QuixStreams.Streaming.Models.LeadingEdgeRow') |
3 | 3 |
|
4 |
| -## LeadingEdgeTimestamp.AddValue(string, byte[], bool) Method |
| 4 | +## LeadingEdgeRow.AddValue(string, byte[], bool) Method |
5 | 5 |
|
6 | 6 | Adds a value to the row
|
7 | 7 |
|
8 | 8 | ```csharp
|
9 |
| -public QuixStreams.Streaming.Models.LeadingEdgeTimestamp AddValue(string parameter, byte[] value, bool overwrite=false); |
| 9 | +public QuixStreams.Streaming.Models.LeadingEdgeRow AddValue(string parameter, byte[] value, bool overwrite=false); |
10 | 10 | ```
|
11 | 11 | #### Parameters
|
12 | 12 |
|
13 |
| -<a name='QuixStreams.Streaming.Models.LeadingEdgeTimestamp.AddValue(string,byte[],bool).parameter'></a> |
| 13 | +<a name='QuixStreams.Streaming.Models.LeadingEdgeRow.AddValue(string,byte[],bool).parameter'></a> |
14 | 14 |
|
15 | 15 | `parameter` [System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')
|
16 | 16 |
|
17 | 17 | Parameter name
|
18 | 18 |
|
19 |
| -<a name='QuixStreams.Streaming.Models.LeadingEdgeTimestamp.AddValue(string,byte[],bool).value'></a> |
| 19 | +<a name='QuixStreams.Streaming.Models.LeadingEdgeRow.AddValue(string,byte[],bool).value'></a> |
20 | 20 |
|
21 | 21 | `value` [System.Byte](https://docs.microsoft.com/en-us/dotnet/api/System.Byte 'System.Byte')[[]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array')
|
22 | 22 |
|
23 | 23 | Value of the parameter
|
24 | 24 |
|
25 |
| -<a name='QuixStreams.Streaming.Models.LeadingEdgeTimestamp.AddValue(string,byte[],bool).overwrite'></a> |
| 25 | +<a name='QuixStreams.Streaming.Models.LeadingEdgeRow.AddValue(string,byte[],bool).overwrite'></a> |
26 | 26 |
|
27 | 27 | `overwrite` [System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')
|
28 | 28 |
|
29 | 29 | If set to true, it will overwrite an existing value for the specified parameter if one already exists.
|
30 | 30 | If set to false and a value for the specified parameter already exists, the method ignore the new value and just return the current LeadingEdgeTimestamp instance.
|
31 | 31 |
|
32 | 32 | #### Returns
|
33 |
| -[LeadingEdgeTimestamp](LeadingEdgeTimestamp.md 'QuixStreams.Streaming.Models.LeadingEdgeTimestamp') |
| 33 | +[LeadingEdgeRow](LeadingEdgeRow.md 'QuixStreams.Streaming.Models.LeadingEdgeRow') |
0 commit comments