MvcNewtonsoftJsonOptions.OutputFormatterMemoryBufferThreshold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得未設定 時 SuppressOutputFormatterBuffering ,要緩衝在記憶體中的大小上限。
NewtonsoftJsonOutputFormatter 預設會緩衝輸出資料流程,在緩衝處理至磁片之前,在記憶體中緩衝到特定數量。 此選項會設定 MVC 在記憶體中緩衝的位元組大小,再切換至磁片。
public int OutputFormatterMemoryBufferThreshold { get; set; }
member this.OutputFormatterMemoryBufferThreshold : int with get, set
Public Property OutputFormatterMemoryBufferThreshold As Integer
屬性值
預設值為 30Kb。