IDataCollectorSet::put_SegmentMaxSize method (pla.h)
Retrieves or sets the maximum size of any log file in the data collector set.
This property is read/write.
Syntax
HRESULT put_SegmentMaxSize(
unsigned long size
);
Parameters
size
Return value
None
Remarks
When the maximum size is reached, PLA creates a new log file to write to if the IDataCollectorSet::Segment property is enabled.
PLA tries to limit the log file size to this value; however, the actual size of the log file might grow slightly larger than this value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | pla.h |
DLL | Pla.dll |