다음을 통해 공유


IDataServiceConfiguration.MaxBatchCount 속성

정의

일괄 처리로 처리할 수 있는 최대 요청 수를 가져옵니다.

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

속성 값

일괄 처리로 처리할 수 있는 최대 요청 수를 나타내는 정수 값입니다.

적용 대상