MvcNewtonsoftJsonOptions.InputFormatterMemoryBufferThreshold 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取未设置 时 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。