Sdílet prostřednictvím


TableEntityQueryOptions interface

Možnosti dotazu OData pro omezení sady vrácených entit.

Vlastnosti

filter

Výraz filtru OData

select

Výraz select omezuje vlastnosti jednotlivých entit pouze na požadované.

Podrobnosti vlastnosti

filter

Výraz filtru OData

filter?: string

Hodnota vlastnosti

string

select

Výraz select omezuje vlastnosti jednotlivých entit pouze na požadované.

select?: string[]

Hodnota vlastnosti

string[]