Compartir a través de


FileSystemHttpLogsConfig.RetentionInDays Propiedad

Definición

Obtiene o establece la retención en días. Quitar archivos anteriores a X días. 0 o inferior significa que no hay retención.

[Newtonsoft.Json.JsonProperty(PropertyName="retentionInDays")]
public int? RetentionInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retentionInDays")>]
member this.RetentionInDays : Nullable<int> with get, set
Public Property RetentionInDays As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a