다음을 통해 공유


ModelBoundQuerySettings.MaxTop 속성

정의

클라이언트가 요청할 수 있는 $top의 최대값을 가져오거나 설정합니다.

public int? MaxTop { get; set; }
member this.MaxTop : Nullable<int> with get, set
Public Property MaxTop As Nullable(Of Integer)

속성 값

클라이언트가 요청할 수 있는 $top 최대 값이거나 null 제한이 없는 경우 입니다.

적용 대상