ComputerHealthService.MaximumSizeOfAllTransferredFilesBytes Property

 

Applies To: Operations Manager for System Center 2012

Gets the maximum size of all files transferred to or from the health service, expressed in bytes.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public int MaximumSizeOfAllTransferredFilesBytes { get; }
public:
property int MaximumSizeOfAllTransferredFilesBytes {
    int get();
}
member MaximumSizeOfAllTransferredFilesBytes : int with get
Public ReadOnly Property MaximumSizeOfAllTransferredFilesBytes As Integer

Property Value

Type: System.Int32

Returns a Int32 whose value is the maximum size of all files transferred to or from the health service, expressed in bytes.

Remarks

This limit is currently ignored and does not affect the health service.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top