RequestOptionsData Class

The data contract class to represent a RequestOptions class.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class RequestOptionsData : BaseDataContract

The RequestOptionsData type exposes the following members.

Constructors
  NameDescription
Public methodRequestOptionsData
Initializes a new instance of the RequestOptionsData class.
Top
Properties
  NameDescription
Public propertyBypassDataCache
Gets or sets a value indicating whether the data cache should be bypassed for the current request.
Public propertyBypassResultSizeLimit
Gets or sets a value indicating whether the engine must ignore any result size limitations or not.
Public propertyCacheCubePrefix
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.
Public propertyIncludeAnnotations
Gets or sets a value indicating whether to include text annotations.
Public propertyIncludeMeasureCorrections
Gets or sets a value indicating whether to include measure corrections.
Public propertyIncludeMeasurements
Gets or sets a value indicating whether query measurements values should be included in the result.
Public propertyIsPaginationRequired
Gets or sets a value indicating whether the current request required pagination, which may trigger data caching irrespective of other flags.
Public propertyRequestedElementStatistics
Gets the unique names for the IAnalysisElements for which boundary computations are required.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also