âšī¸ This class is an internal API and can change at any time.
It's documented so you see how it works.
â ī¸ Do not use it, or anything with Sys or Internal namespaces in your code, as future changes could break your code.
Class ODataConstants
Namespace ToSic .Sys .OData
Assembly ToSic.Sys.OData.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class ODataConstants
Inheritance
object
ODataConstants
Fields
ComputeParamName
public const string ComputeParamName = "$compute"
Field Value
string
CountParamName
public const string CountParamName = "$count"
Field Value
string
DeltaTokenParamName
public const string DeltaTokenParamName = "$deltatoken"
Field Value
string
ExpandParamName
public const string ExpandParamName = "$expand"
Field Value
string
FilterParamName
public const string FilterParamName = "$filter"
Field Value
string
IndexParamName
public const string IndexParamName = "$index"
Field Value
string
OrderByParamName
public const string OrderByParamName = "$orderby"
Field Value
string
SearchParamName
public const string SearchParamName = "$search"
Field Value
string
SelectParamName
public const string SelectParamName = "$select"
Field Value
string
SkipParamName
public const string SkipParamName = "$skip"
Field Value
string
SkipTokenParamName
public const string SkipTokenParamName = "$skiptoken"
Field Value
string
TopParamName
public const string TopParamName = "$top"
Field Value
string