Condividi tramite


MvcNewtonsoftJsonOptions.InputFormatterMemoryBufferThreshold Proprietà

Definizione

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.

Si applica a