Data Collection Assets
This section presents data collection assets, including methods, properties, and events.
To learn about creating and configuring data collections, see Data Collections.
Assets created for each data collection include a method, a property, and an event.
For information on how to create a data collection, see here.
Properties
Property |
Input Type |
Description |
Can Be Modified |
---|---|---|---|
Active | Boolean |
Indicates whether the data collection is currently active or not. |
No |
Last Collected Time | DateTime |
Indicates the time at which the data collection was last collected using its Collect method. |
No |
Methods
Collects all data included in the data collection and sends it to the server.
The Activate method must be performed before the Collect method is used.
Parameters
This method has no parameters.
Returns
Nothing
Example
The final step in the workflow below collects the data specified in the data collection called Customer_Data_Collection.