Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The page size to request for each page of query results.
public int? PageSize { get; set; }
member this.PageSize : Nullable<int> with get, set