DelayedDataState 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.
Enum for properties representing states of data that can get fetched into the graph in a delayed fashion (on-demand or asynchronously).
public enum class DelayedDataState
public enum DelayedDataState
type DelayedDataState =
Public Enum DelayedDataState
- Inheritance
-
DelayedDataState
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | Not specified. |
NotFetched | 1 | Data not fetched into the graph yet. |
Fetched | 2 | Data has been fetched into the graph. |
Incomplete | 3 | Data has been fetched, but is incomplete due to some change. |