Click or drag to resize
ManagedDashboardpushToinmydata Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Pushes data for this dashboard query to inmydata

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public static void pushToinmydata(
	DataTable data,
	string Name,
	string Tenant,
	string Server,
	string AccessToken,
	string ConfigJSON,
	bool Append
)

Parameters

data
Type: System.DataDataTable
Name
Type: SystemString
Name for the source data to be created in inmydata
Tenant
Type: SystemString
The inmydata tenant the source data should be published to
Server
Type: SystemString
The inmydata server that should be used for the publish
AccessToken
Type: SystemString
The inmydata access token that should be used for the publish
ConfigJSON
Type: SystemString
The inmydata source data json configuration that should be used to customise the source data on publish
Append
Type: SystemBoolean
A boolean flag which indicates whether the data should be appended to the existing data in inmydata or whether the data being published should replace the current inmydata data
Remarks