ResourceDataSourceState_Experimental Enum

Definition

Enumeration that describes possible states of a resource, with regards to the resource's connection to its data source.

public enum class ResourceDataSourceState_Experimental
public enum ResourceDataSourceState_Experimental
type ResourceDataSourceState_Experimental = 
Public Enum ResourceDataSourceState_Experimental
Inheritance
ResourceDataSourceState_Experimental

Fields

Active 1

A resource has a valid connection to its data source and can perform streaming.

Interrupted 0

The resource is currently disconnected from its data source. The server will retry to connect so the state may transition back to 'Active' in case the problem is transient.

Applies to

See also