MvcOptions.MaxIAsyncEnumerableBufferLimit 속성

정의

버퍼링할 의 항목 IAsyncEnumerable<T>ObjectResultExecutor 수를 가장 많이 가져오거나 설정합니다.

가 의 IAsyncEnumerable<T>ObjectResultExecutor instance 인 경우 Value 선택한 포맷터를 호출하기 전에 열거형을 열심히 읽고 동기 컬렉션에 를 추가합니다. 이 속성은 실행기가 버퍼링할 수 있는 항목의 가장 많은 수를 결정합니다.

public:
 property int MaxIAsyncEnumerableBufferLimit { int get(); void set(int value); };
public int MaxIAsyncEnumerableBufferLimit { get; set; }
member this.MaxIAsyncEnumerableBufferLimit : int with get, set
Public Property MaxIAsyncEnumerableBufferLimit As Integer

속성 값

기본값은 8192입니다.

적용 대상