Udostępnij za pośrednictwem


MvcNewtonsoftJsonOptions.OutputFormatterMemoryBufferThreshold Właściwość

Definicja

Pobiera maksymalny rozmiar buforu w pamięci, gdy SuppressOutputFormatterBuffering nie jest ustawiony.

NewtonsoftJsonOutputFormatter buforuje domyślnie strumień wyjściowy, buforując maksymalnie określoną ilość pamięci przed buforowaniem na dysku. Ta opcja umożliwia skonfigurowanie rozmiaru w bajtach bufora MVC w pamięci przed przełączeniem na dysk.

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

Wartość właściwości

Wartość domyślna to 30 Kb.

Dotyczy