Enum SaveBehavior
Determines if data should be saved per segment.
Namespace: AnalysisBase
Assembly: AnalysisBase.dll
Syntax
public enum SaveBehavior
Fields
Name | Description |
---|---|
Always | Always save the associated resource. |
False | Never save the associated resource. This is a synonym for |
Never | Never save the associated resource. |
True | Always save the associated resource. This is a synonym for |
WhenEventsDetected | Only save the associated resource when events have been found in the segment |