DataState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines what is the state of the content being acted upon
public enum DataState
type DataState =
Public Enum DataState
- Inheritance
-
DataState
Fields
Name | Value | Description |
---|---|---|
Rest | 0 | Inactive data stored physically in databases/file/warehouses etc. |
Motion | 1 | Data traversing a network or temporarily residing in computer memory to be read or updated |
Use | 2 | Active data under constant change stored physically in databases/file/warehouses etc |