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
      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 | 
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.