MvcNewtonsoftJsonOptions.OutputFormatterMemoryBufferThreshold Proprietà

Definizione

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.

Si applica a