TransportServer.ActiveUserStatisticsLogMaxDirectorySize Property

Gets or sets the size limit for all per-user activity log files.

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

Syntax

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

value = instance.ActiveUserStatisticsLogMaxDirectorySize

instance.ActiveUserStatisticsLogMaxDirectorySize = value
[ParameterAttribute(Mandatory = false)]
public ByteQuantifiedSize ActiveUserStatisticsLogMaxDirectorySize { get; set; }

Property Value

Type: Microsoft.Exchange.Data.ByteQuantifiedSize
The size limit for user activity log files. The default value is 250 MB; the minimum value is 1 MB.

Remarks

The ActiveUserStatisticsLogMaxDirectorySize property specifies the size limit for all per-user activity log files. After the size limit is reached, the oldest log files are deleted.

The default value is 250 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 ActiveUserStatisticsLogMaxDirectorySize property are 1 byte to 9,223,372,036,854,775,807 bytes (8 exabytes). If you set the value of the ActiveUserStatisticsLogMaxDirectorySize property to unlimited, no size limit is placed on the Receive connector protocol log directory.

The value of the ActiveUserStatisticsLogMaxFileSize property must be less than or equal to the value of the ActiveUserStatisticsLogMaxDirectorySize property.