TransportServer.RoutingTableLogMaxDirectorySize Property

Gets or sets the size limit for the routing table log directory.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RoutingTableLogMaxDirectorySize As Unlimited(Of ByteQuantifiedSize)
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Unlimited(Of ByteQuantifiedSize)

value = instance.RoutingTableLogMaxDirectorySize

instance.RoutingTableLogMaxDirectorySize = value
[ParameterAttribute(Mandatory = false)]
public Unlimited<ByteQuantifiedSize> RoutingTableLogMaxDirectorySize { get; set; }

Property Value

Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The size limit for all routing table log files. The default value is 50 MB.

Remarks

When the size limit specified by the RoutingTableLogMaxDirectorySize property is reached, the oldest message tracking logs are deleted.

The default value for the RoutingTableLogMaxDirectorySize property is 50 MB. When you enter a value, you can qualify it with one of the following units:

  • B (bytes)

  • KB (kilobytes)

  • MB (megabytes)

  • GB (gigabytes)

  • TB (terabytes)

Unqualified values are treated as bytes.

The valid values of the RoutingTableLogMaxDirectorySize property are 1 byte to 9,223,372,036,854,775,807 bytes (8 exabytes). If you set the value of the RoutingTableLogMaxDirectorySize property to unlimited, no size limit is placed on the routing table log file directory.