Click or drag to resize
PushQueryResultstoinmydataEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event arguments passed by Push Query Results to inmydata from child form.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardPushQueryResultstoinmydataEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class PushQueryResultstoinmydataEventArgs : EventArgs

The PushQueryResultstoinmydataEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPushQueryResultstoinmydataEventArgs
Creates and returns a new object.
Top
Properties
  NameDescription
Public propertyAccessToken
Gets or sets a value that is the inmydata access token that should used when publishing
Public propertyAppend
Gets or sets a value that indicates whether the data should be appended to th existing data in inmydata.
Public propertyConfigJSON
Gets or sets a value that is the inmydata source data config JSON that should used when publishing to customise the source data
Public propertyName
Gets or sets a value that is the name to be used for the source data being published to inmydata
Public propertyQueryID
Gets or sets a value that is the query id of the query whose results should published to inmydata
Public propertyServer
Gets or sets a value that is the inmydata server the query results should be published to.
Public propertyTenant
Gets or sets a value that is the inmydata tenant the query results should be published to.
Top
Remarks