Optional Readonly attrAttributes to retrieve. Defaults to retrieve all attributes.
Optional Readonly byAttribute to query by. Defaults to $id.
Optional Readonly limitMaximum number of results to return.
Optional Readonly lowerLower bound of the range.
Optional Readonly lowerWhether the lower bound is open. Defaults to false.
Optional Readonly reverseIterates in reverse order.
Optional signalAn optional AbortSignal that can be used to abort an async task.
Optional Readonly typeEntity type to use.
Optional Readonly upperUpper bound of the range.
Optional Readonly upperWhether the upper bound is open. Defaults to true.
Generated using TypeDoc
Entity attribute range query options for a ReadonlyEntityCollection.