Class SystemQueryOptions<T>

OData System Query Options

like $filter, $format, $top ....

Type Parameters

  • T = any

Constructors

Properties

#customParams: SearchParams
$apply: string
$count: boolean = false
$expand: string[] = []
$filter: string | ODataFilter<any>
$format: "json" | "xml"
$inlinecount: string
$orderby: string
$search: string
$select: string[] = []
$skip: number
$top: number

Methods

  • expand navigation props

    Parameters

    • fields: keyof T | (keyof T)[]
    • replace: boolean = false

    Returns this

  • full text search

    default with fuzzy search, SAP system or OData V4 only

    Parameters

    • value: string
    • fuzzy: boolean = true

    Returns this

    Version

    4.0.0

Generated using TypeDoc