MetricSetDataDataRetrievalFormat Property

Gets or sets the data retrieval format.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = true, Name = "dataRetrievalFormat")]
public DataRetrievalFormat DataRetrievalFormat { get; set; }

Property Value

Type: DataRetrievalFormat
Exceptions
ExceptionCondition
InvalidOperationExceptionThe operation is not allowed, as the current instance has derived measures or external hierarchies defined with the underlying DataCube.
RawDataFormatExceptionThe underlying IAnalysisStructure does not support raw data retrieval.
See Also