DelayedDataState Enum

Definition

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

Fetched 2

Data has been fetched into the graph.

Incomplete 3

Data has been fetched, but is incomplete due to some change.

NotFetched 1

Data not fetched into the graph yet.

Unspecified 0

Not specified.

Applies to