PerRequestLogBufferingOptions
PerRequestLogBufferingOptions()
AutoFlushDuration
MaxLogRecordSizeInBytes
MaxPerRequestBufferSizeInBytes
Rules
net10.0
namespace Microsoft.AspNetCore.Diagnostics.Buffering
{
public class PerRequestLogBufferingOptions
{
[Range(1, 10737418240)]
public int MaxPerRequestBufferSizeInBytes { get; set; }
}
}
| .NET | 9.010.0 |
|---|---|
Information specific to net10.0 | |
| Assemblies | Microsoft.AspNetCore.Diagnostics.Middleware , Version=10.3.0.0, PublicKeyToken=31bf3856ad364e35 Microsoft.AspNetCore.Diagnostics.Middleware , Version=10.1.0.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.AspNetCore.Diagnostics.Middleware (10.3.0-preview.1.26058.2) net10.0 |
| Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API