MailboxServer.LogDirectorySizeLimitForManagedFolders property

Gets or sets the size limit for all managed folder log files from a single message database.

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

Syntax

'Declaration
Public Property LogDirectorySizeLimitForManagedFolders As Unlimited(Of ByteQuantifiedSize)
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Unlimited(Of ByteQuantifiedSize)

value = instance.LogDirectorySizeLimitForManagedFolders

instance.LogDirectorySizeLimitForManagedFolders = value
public Unlimited<ByteQuantifiedSize> LogDirectorySizeLimitForManagedFolders { get; set; }

Property value

Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The size limit for managed folder log files.

Remarks

The size of the managed folder log files is calculated as the total of all log files that have the same name prefix. The managed folder log files for each message database have a unique prefix; therefore, this limit applies to the log files for each message database, and not all the log files in the directory. If you have X message databases, the total size of the managed folder log file directory is X times the value of the LogDirectorySizeLimitForManagedFolders property.

If you rename log files or copy other files into the managed folder log file directory, the directory may exceed the specified size limit.

The default value is unlimited. 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.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace