次の方法で共有


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

プロパティ値

一括で処理できる要求の最大数を示す整数値。

適用対象