General interface for getting cumulative or interval results. More...
Methods | |
Clear | |
Clears the history. More... | |
Cumulative.Get | |
Returns a list of available cumulative results. More... | |
Cumulative.GetByIndex index | |
Returns a single item of the cumulative list. More... | |
Cumulative.GetByTime | |
Returns a single item of the cumulative list using a timestamp nanoseconds. More... | |
Cumulative.Latest.Get | |
Returns latest closed item of the cumulative list. More... | |
Cumulative.Length.Get | |
Returns the size of the cumulative list. More... | |
Description.Get | |
Returns a textual description of the object. | |
Interval.Get | |
Returns a list of available interval results. More... | |
Interval.GetByIndex index | |
Returns a single item of the interval list. More... | |
Interval.GetByTime | |
Returns a single item of the interval list using a timestamp in nanoseconds. More... | |
Interval.Latest.Get | |
Returns the latest closed item of the interval list. More... | |
Interval.Length.Get | |
Returns the size of the interval list. More... | |
Parent.Get | |
Returns the parent object. | |
Refresh.Timestamp.Get | |
RefreshTimestampGet. More... | |
Refresh | |
Updates the results with the results available on the server. More... | |
General interface for getting cumulative or interval results.
Layer5.Http.MultiResultHistory::Clear |
Layer5.Http.MultiResultHistory::Cumulative.Get |
Returns a list of available cumulative results.
This example gets the available cumulative results
[ <Layer5.Http.MultiResultData object> ... ]
Layer5.Http.MultiResultHistory::Cumulative.GetByIndex | index | ||
Returns a single item of the cumulative list.
index |
This example gets the available cumulative counters at index 1
<Layer5.Http.MultiResultData object>
Layer5.Http.MultiResultHistory::Cumulative.GetByTime |
Returns a single item of the cumulative list using a timestamp nanoseconds.
This example gets the available cumulative counters
<Layer5.Http.MultiResultData object>
Layer5.Http.MultiResultHistory::Cumulative.Latest.Get |
Layer5.Http.MultiResultHistory::Cumulative.Length.Get |
Layer5.Http.MultiResultHistory::Interval.Get |
Returns a list of available interval results.
This example gets the available interval results
[ <Layer5.Http.MultiResultData object> ... ]
Layer5.Http.MultiResultHistory::Interval.GetByIndex | index | ||
Returns a single item of the interval list.
index |
This example gets the available interval counters at index 1
<Layer5.Http.MultiResultData object>
Layer5.Http.MultiResultHistory::Interval.GetByTime |
Returns a single item of the interval list using a timestamp in nanoseconds.
This example gets the available interval counters
<Layer5.Http.MultiResultData object>
Layer5.Http.MultiResultHistory::Interval.Latest.Get |
Layer5.Http.MultiResultHistory::Interval.Length.Get |
Layer5.Http.MultiResultHistory::Refresh |