| PushQueryResultstoinmydataEventArgs Class |
|
Namespace: DataPAEnterpriseDashboard
public class PushQueryResultstoinmydataEventArgs : EventArgs
The PushQueryResultstoinmydataEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PushQueryResultstoinmydataEventArgs |
Creates and returns a new object.
|
| Name | Description | |
|---|---|---|
| AccessToken |
Gets or sets a value that is the inmydata access token that should used when publishing
| |
| Append |
Gets or sets a value that indicates whether the data should be appended to th existing data in inmydata.
| |
| ConfigJSON |
Gets or sets a value that is the inmydata source data config JSON that should used when publishing to customise the source data
| |
| Name |
Gets or sets a value that is the name to be used for the source data being published to inmydata
| |
| QueryID |
Gets or sets a value that is the query id of the query whose results should published to inmydata
| |
| Server |
Gets or sets a value that is the inmydata server the query results should be published to.
| |
| Tenant |
Gets or sets a value that is the inmydata tenant the query results should be published to.
|