GetHyperCubeContinuousData Method
Overloads
GetHyperCubeContinuousData(String, NxContinuousDataOptions, Boolean) |
Retrieves and packs compressed hypercube and axis data. It is possible to retrieve specific pages of data. |
GetHyperCubeContinuousData(String, NxContinuousDataOptions, Boolean)
Retrieves and packs compressed hypercube and axis data. It is possible to retrieve specific pages of data.
Declaration
public GetHyperCubeContinuousDataResult GetHyperCubeContinuousData([QixName("qPath")] string path, [QixName("qOptions")] NxContinuousDataOptions options, [QixName("qReverseSort")] bool reverseSort = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object.
For example, |
NxContinuousDataOptions | options |
Defines the data to return. |
System.Boolean | reverseSort |
If set to true the returned data pages are reverse sorted. Optional. |
Returns
Type | Description |
---|---|
GetHyperCubeContinuousDataResult |
Implements
Remarks
Binning is done on the time stamp data as well as the date. This means that you can zoom in to a level of granularity as low as seconds.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!