MvcNewtonsoftJsonOptions.InputFormatterMemoryBufferThreshold 属性

定义

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

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

public:
 property int InputFormatterMemoryBufferThreshold { int get(); void set(int value); };
public int InputFormatterMemoryBufferThreshold { get; set; }
member this.InputFormatterMemoryBufferThreshold : int with get, set
Public Property InputFormatterMemoryBufferThreshold As Integer

属性值

默认为 30Kb。

适用于