Editar

Share via


AzureFileLoggerOptions.RetainedFileCountLimit Property

Definition

Gets or sets the maximum retained file count or null for no limit.

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

Property Value

The default is 2.

Applies to