MailboxServer.CalendarRepairLogDirectorySizeLimit property

Gets or sets the size limit for all Calendar Repair Assistant log files.

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

Syntax

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

value = instance.CalendarRepairLogDirectorySizeLimit

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

Property value

Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The size limit for the Calendar Repair Assistant log files. The default value is unlimited.

Remarks

The CalendarRepairLogDirectorySizeLimit property specifies the size limit for all Calendar Repair Assistant log files. After the size limit is reached, the oldest log files are deleted.

The maximum size of the calendar repair log directory is calculated as the total of all files that start with the prefix CRA. Other files that do not start with the same prefix are not counted in the total directory size calculations. Renaming old log files or copying other files into the calendar repair log file directory could cause the directory to exceed its specified maximum size.

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