Model.LogRetentionDays Property

Definition

Specifies the number of days that transaction logs will be kept. NULL means use the LogRetentionDays system setting -1 means logs should be kept indefinitely

public:
 property Nullable<short> LogRetentionDays { Nullable<short> get(); void set(Nullable<short> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public short? LogRetentionDays { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.LogRetentionDays : Nullable<int16> with get, set
Public Property LogRetentionDays As Nullable(Of Short)

Property Value

The number of days that transaction logs will be kept.

Attributes

Applies to