DataConnectorService.defineRelationalTabularStructures Method

Defines (updates or creates) the relational tabular structures for the given data connector ID.
 

Parameters

dataConnectorId

Type: String
The ID of the data connector to modify.
structureOptions

Type: Array
ElementType: RelationalStructure
The structures to save. The IDs should be null if they are new; otherwise, the ID should be set to the one to update.

Return Value


Type: jQuery.Promise
Value: Array
Element Value: RelationalStructure
A promise object that is resolved when the call is complete. If successful, an array of dundas.data.RelationalStructure is returned.