MvcNewtonsoftJsonOptions.OutputFormatterMemoryBufferThreshold 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取未设置 时 SuppressOutputFormatterBuffering 在内存中缓冲的最大大小。
NewtonsoftJsonOutputFormatter 默认情况下,缓冲输出流,在缓冲到磁盘之前,在内存中缓冲一定的数量。 此选项配置 MVC 在切换到磁盘之前在内存中缓冲的大小(以字节为单位)。
public int OutputFormatterMemoryBufferThreshold { get; set; }
member this.OutputFormatterMemoryBufferThreshold : int with get, set
Public Property OutputFormatterMemoryBufferThreshold As Integer
属性值
默认为 30Kb。