AzureAppServicesDiagnosticsSettings.FileFlushPeriod Property

Definition

Gets or sets the period after which logs will be flushed to disk. Specify null if auto flushing is not required.

public:
 property Nullable<TimeSpan> FileFlushPeriod { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? FileFlushPeriod { get; set; }
member this.FileFlushPeriod : Nullable<TimeSpan> with get, set
Public Property FileFlushPeriod As Nullable(Of TimeSpan)

Property Value

The default is 1 second.

Applies to