MvcNewtonsoftJsonOptions.InputFormatterMemoryBufferThreshold Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene la dimensione massima per il buffer in memoria quando SuppressInputFormatterBuffering non è impostata.
NewtonsoftJsonInputFormatter buffera il flusso di input per impostazione predefinita, buffering fino a una determinata quantità di memoria, prima di eseguire il buffer su disco. Questa opzione configura le dimensioni in byte che MVC buffererà in memoria, prima di passare al disco.
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
Valore della proprietà
Impostazione predefinita su 30 Kb.