IFormOptionsMetadata.MemoryBufferThreshold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果已啟用 BufferBody,則會在記憶體中緩衝處理本文的這個許多位元組。 如果超過此臨界值,則會改為將緩衝區移至磁片上的暫存檔案。 這也適用于緩衝個別多部分區段主體時。 預設為 65,536 個位元組,大約是 64KB。
public int? MemoryBufferThreshold { get; }
member this.MemoryBufferThreshold : Nullable<int>
Public ReadOnly Property MemoryBufferThreshold As Nullable(Of Integer)