FactoryMode Property

Gets or sets the operating mode which will be used when creating a new Collector.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public string Mode { get; set; }

Property Value

String

Remarks

Identifies the collector as being a "streaming" or a "discrete" collector. By default the collector is considered "discrete".

See Also