ResultSources Enumeration |
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax[FlagsAttribute]
public enum ResultSources
<FlagsAttribute>
Public Enumeration ResultSources
[FlagsAttribute]
public enum class ResultSources
[<FlagsAttribute>]
type ResultSources
Members|
| Member name | Value | Description |
|---|
| None | 0 |
The result source has not been set.
|
| OriginalSource | 1 |
The data was retrieved through the source data connector.
|
| TwinRequest | 2 |
The data was retrieved from an identical request made at the same time or very close to this.
|
| AllCellset | 4 |
The data was generated for an 'All' cellset.
|
| InMemoryResultCache | 8 |
The data was retrieved from an in-memory result cache.
|
| Warehouse | 16 |
The data was retrieved from the data warehouse.
|
| InMemoryWarehouse | 32 |
The data was retrieved from an in-memory warehouse.
|
| DistributedCache | 64 |
The data was retrieved from a distributed cache.
|
See Also