IWithRetentionDays<ParentT> Interface

Definition

A web app diagnostic log definition allowing retention days to be specified.

public interface IWithRetentionDays<ParentT>
type IWithRetentionDays<'ParentT> = interface
Public Interface IWithRetentionDays(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithLogRetentionDays(Int32)

Specifies the maximum days of logs to keep. Logs older than this will be deleted.

WithUnlimitedLogRetentionDays()

Specifies the logs will not be deleted beyond a certain time.

Applies to