TableEntityQueryOptions interface

OData Query options to limit the set of entities returned.

Properties

filter

OData filter expression.

select

A select expression limits the properties on each entity to just those requested.

Property Details

filter

OData filter expression.

filter?: string

Property Value

string

select

A select expression limits the properties on each entity to just those requested.

select?: string[]

Property Value

string[]