Class BackendConfiguration.DownloaderConfiguration
Inheritance
System.Object
BackendConfiguration.DownloaderConfiguration
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class DownloaderConfiguration
Properties
Append
Declaration
public bool Append { get; set; }
Property Value
System.
|
DateFormat
Declaration
public string DateFormat { get; set; }
Property Value
System.
|
EventBinary
Declaration
public bool EventBinary { get; set; }
Property Value
System.
|
EventPollSeconds
Declaration
public int EventPollSeconds { get; set; }
Property Value
System.
|
EventText
Declaration
public bool EventText { get; set; }
Property Value
System.
|
Filename
Declaration
public string Filename { get; set; }
Property Value
System.
|
MaxFileSizeKB
Declaration
public int MaxFileSizeKB { get; set; }
Property Value
System.
|
MetricBinary
Declaration
public bool MetricBinary { get; set; }
Property Value
System.
|
MetricPollSeconds
Declaration
public int MetricPollSeconds { get; set; }
Property Value
System.
|
MetricSnapshotIntervalMSec
Declaration
[Obsolete("Use Logging.MetricStoreSnapshotInterval instead.")]
public int MetricSnapshotIntervalMSec { get; set; }
Property Value
System.
|
MetricStoreCapacity
Declaration
[Obsolete("Use Logging.MetricStoreCapacity instead.")]
public int MetricStoreCapacity { get; set; }
Property Value
System.
|
NumberOfBackups
Declaration
public int NumberOfBackups { get; set; }
Property Value
System.
|
Quiet
Declaration
public bool Quiet { get; set; }
Property Value
System.
|