dundas.data.RequestOptions Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RequestOptions
 

Constructors

 
  Name Description
init Initializes the RequestOptions. Called during construction.
 
 

Properties

 
  Name Description
bypassDataCache Gets or sets a value indicating whether the data cache should be bypassed for the current request.
bypassResultSizeLimit Gets or sets a value indicating whether the engine must ignore any result size limitations or not.
cacheCubePrefix Gets or sets a value to be used in requesting different result pages from the same cached result. The value is meant to make the probability of a cache hit as high as possible. It is populated in the original cellset result.
includeAnnotations Gets or sets a value indicating whether to include data annotations.
includeMeasureCorrections Gets or sets a value indicating whether to include measure corrections.
includeMeasurements Gets or sets a value indicating whether query measurements values should be included in the result.
isPaginationRequired Gets or sets a value indicating whether the current request required pagination, which may trigger data caching irrespective of other flags.
requestedElementStatistics Gets the unique names for the analysis elements for which boundary computations are required.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.