다음을 통해 공유


PageAttribute 클래스

정의

Attribute 속성 또는 클래스에 배치하여 해당 속성 또는 형식의 최대 $top 및 쿼리 결과 반환 번호를 지정할 수 있는 을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed class PageAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)>]
type PageAttribute = class
    inherit Attribute
Public NotInheritable Class PageAttribute
Inherits Attribute
상속
PageAttribute
특성

생성자

PageAttribute()

Attribute 속성 또는 클래스에 배치하여 해당 속성 또는 형식의 최대 $top 및 쿼리 결과 반환 번호를 지정할 수 있는 을 나타냅니다.

속성

MaxTop

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

PageSize

반환할 쿼리 결과의 최대 수를 설정합니다.

적용 대상