MvcNewtonsoftJsonOptions.OutputFormatterMemoryBufferThreshold 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 SuppressOutputFormatterBuffering non è impostata.
NewtonsoftJsonOutputFormatter buffera il flusso di output per impostazione predefinita, il 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 int OutputFormatterMemoryBufferThreshold { get; set; }
member this.OutputFormatterMemoryBufferThreshold : int with get, set
Public Property OutputFormatterMemoryBufferThreshold As Integer
Valore della proprietà
Impostazione predefinita su 30 Kb.