Interface IQueryFunction

Describe a query function that can be executed against the index
See: Query Functions

Index

Properties

Properties

fieldName

fieldName: string

The field name on which to store the query function result when the query returns

function

function: string

Function to execute, as a string

Hierarchy

  • IQueryFunction