Shell.UI.Notifications.DataLoad.js
Applies To: Windows Azure Pack
Provides notification support for data load operations.
Widgets
None.
Enums
None.
Properties
None.
Methods
Name |
Description |
Returns |
Parameters |
---|---|---|---|
Shell.UI.Notifications.DataLoad.handleDataLoadFailure |
Receives the result from a failed data load. An error notification will be shown. |
Nothing. |
dataSetName (String): The data set whose data-load operation failed. loadIsClientInitiated (Boolean): Whether the data load was initiated by the client rather than as a result of a data refresh. |
Shell.UI.Notifications.DataLoad.handleDataLoadSuccess |
Receives the result from a successful data load. A single warning notification will be shown to reflect partial errors (or removed if null/empty partial errors). |
Nothing. |
dataSetName (String): The data set for which data was loaded. partialErrors (Array): An array of localized, partial error messages that will be shown as details for any warning notification displayed. |