Udostępnij za pośrednictwem


MvcNewtonsoftJsonOptions.InputFormatterMemoryBufferThreshold Właściwość

Definicja

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

NewtonsoftJsonInputFormatter buforuje domyślnie strumień wejś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:
 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

Wartość właściwości

Wartość domyślna to 30 Kb.

Dotyczy