FactoryMode Property
Gets or sets the operating mode which will be used when creating a
new Collector.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public string Mode { get; set; }
Public Property Mode As String
Get
Set
public:
property String^ Mode {
String^ get ();
void set (String^ value);
}
member Mode : string with get, set
Property Value
String
Identifies the collector as being a "streaming" or a "discrete"
collector. By default the collector is considered "discrete".