TableUtils.GetResultSize(ODataQueryOptions, ODataQuerySettings) Method
Definition
Important
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.
Gets the effective query result size meaning the max number of elements to include in a single query result
based on the page size and top parameters in the query
settings
.
public static int GetResultSize (System.Web.Http.OData.Query.ODataQueryOptions query, System.Web.Http.OData.Query.ODataQuerySettings settings);
static member GetResultSize : System.Web.Http.OData.Query.ODataQueryOptions * System.Web.Http.OData.Query.ODataQuerySettings -> int
Public Shared Function GetResultSize (query As ODataQueryOptions, settings As ODataQuerySettings) As Integer
Parameters
- query
- System.Web.Http.OData.Query.ODataQueryOptions
- settings
- System.Web.Http.OData.Query.ODataQuerySettings
Returns
The effective page size for the given query.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET