DataState Enum

Definition

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

Applies to