RequestOptionsData Class |
Namespace: Dundas.BI.WebApi.Models
The RequestOptionsData type exposes the following members.
Name | Description | |
---|---|---|
RequestOptionsData |
Initializes a new instance of the RequestOptionsData class.
|
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.
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 text 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 IAnalysisElements for which boundary computations are required.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |