The data loading behavior of a DataOperation in a SourceView.
Namespace: Spotfire.Dxp.Data.DataOperations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(31, 0)] public enum DataLoadingBehavior
Members
Member name | Value | Description | |
---|---|---|---|
AlwaysNewData | 0 | New data will always be loaded when the operation is refreshed (e.g. when the analysis is opened). | |
NewDataWhenPossible | 1 | Data is stored in the analysis, but new data will be loaded if available when the analysis is opened. | |
StoredData | 2 | Data is stored in the analysis. | |
NotApplicable | 3 | The data loading behavior is not applicable for the operation. |
Version Information
See Also