[]
Gets a list of objects in the raw data source that define the content of a specific cell in the output table.
public virtual IHttpActionResult GetDetail(string dataSourceKey, DetailRequest er)
Type | Name | Description |
---|---|---|
string | dataSourceKey | The data source key specifies the data. |
DetailRequest | er | The request for the cell detail raw data. |
Type | Description |
---|---|
IHttpActionResult | The raw data which the cell includes and the total count of the cell raw data. |
Now only the DataEngine data and the in-memory data support this action. The cube data doesn't support it.