ComputerHealthService.MaximumSizeOfAllTransferredFilesBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maximum size of all transferred files in bytes.
public:
property int MaximumSizeOfAllTransferredFilesBytes { int get(); };
public int MaximumSizeOfAllTransferredFilesBytes { get; }
member this.MaximumSizeOfAllTransferredFilesBytes : int
Public ReadOnly Property MaximumSizeOfAllTransferredFilesBytes As Integer
Property Value
Returns a Int32 whose value is the maximum size of all files transferred to or from the health service, expressed in bytes.
Exceptions
Not currently connected to a management group.
Remarks
This limit is currently ignored and does not affect the health service.