Request |
The RequestOptions type exposes the following members.
| 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. | |
| PerformOptimizationAnalysis | Gets or sets a value indicating whether the engine should perform optimization analysis for the metric set the current instance is defined for. | |
| RequestedElementStatistics | Gets the unique names for the IAnalysisElements for which boundary computations are required. |
| Name | Description | |
|---|---|---|
| Clone | Clones this instance. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Equals(RequestOptions) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |