EntityQueryItemProperties interface
An properties abstract Query item for entity
Properties
data |
Data types for template |
entities |
The query applied only to entities matching to all filters |
input |
The type of the entity |
required |
Data types for template |
Property Details
dataTypes
Data types for template
dataTypes?: EntityQueryItemPropertiesDataTypesItem[]
Property Value
entitiesFilter
The query applied only to entities matching to all filters
entitiesFilter?: Record<string, unknown>
Property Value
Record<string, unknown>
inputEntityType
The type of the entity
inputEntityType?: string
Property Value
string
requiredInputFieldsSets
Data types for template
requiredInputFieldsSets?: string[][]
Property Value
string[][]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript