CollectionSet.CollectionModes Enum

Definition

Different execution modes for a collection set.

public enum CollectionSet.CollectionModes
type CollectionSet.CollectionModes = 
Public Enum CollectionSet.CollectionModes
Inheritance
CollectionSet.CollectionModes

Fields

Cached 0

The collection part of the collection set executes continuously, while the upload part is driven by a SQL Agent Schedule. The data is cached locally between scheduled uploads

NonCached 1

Execution of the collection set is driven by a SQL Agent schedule. Data is collected and uploaded to the Management Data Warehouse on the spot.

Applies to