ManagedDashboardpushToinmydata Method |
|
DataPA OpenAnalytics API Reference
Pushes data for this dashboard query to inmydata
Namespace: DataPAEnterpriseDashboardAssembly: 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
)
Public Shared Sub pushToinmydata (
data As DataTable,
Name As String,
Tenant As String,
Server As String,
AccessToken As String,
ConfigJSON As String,
Append As Boolean
)
public:
static void pushToinmydata(
DataTable^ data,
String^ Name,
String^ Tenant,
String^ Server,
String^ AccessToken,
String^ ConfigJSON,
bool Append
)
DataPAEnterpriseDashboard.ManagedDashboard.pushToinmydata = function(data, Name, Tenant, Server, AccessToken, ConfigJSON, 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 See Also