MvcNewtonsoftJsonOptions.OutputFormatterMemoryBufferThreshold 属性

定义

获取未设置 时 SuppressOutputFormatterBuffering 在内存中缓冲的最大大小。

NewtonsoftJsonOutputFormatter 默认情况下,缓冲输出流,在缓冲到磁盘之前,在内存中缓冲一定的数量。 此选项配置 MVC 在切换到磁盘之前在内存中缓冲的大小(以字节为单位)。

public int OutputFormatterMemoryBufferThreshold { get; set; }
member this.OutputFormatterMemoryBufferThreshold : int with get, set
Public Property OutputFormatterMemoryBufferThreshold As Integer

属性值

默认为 30Kb。

适用于