FilterOptions
FilterOptions =
object
Filters accepted by client.thing.query and related list operations.
Properties
Section titled “Properties”shape?
Section titled “shape?”
optionalshape?:string
Filter to records of this shape name (for example Player).
optionalkind?:(typeof COMMIT_OPERATION_KINDS)[number]
Filter to records of this kind: shape, thing, assertion, or collection.
about?
Section titled “about?”
optionalabout?:string
Filter assertions whose about target wref matches the supplied value.
match?
Section titled “match?”
optionalmatch?:string
Glob pattern matched against record names (for example Player/*).
includeRetracted?
Section titled “includeRetracted?”
optionalincludeRetracted?:boolean
Include retracted versions in the result set.
limit?
Section titled “limit?”
optionallimit?:number
Maximum records returned per page.
cursor?
Section titled “cursor?”
optionalcursor?:string
Pagination cursor returned by the prior call.
componentRef?
Section titled “componentRef?”
optionalcomponentRef?:string
Filter to records attributed to this installed component’s Org/Name ref.
excludeComponents?
Section titled “excludeComponents?”
optionalexcludeComponents?:boolean
Exclude records attributed to any component.
excludeInfraShapes?
Section titled “excludeInfraShapes?”
optionalexcludeInfraShapes?:boolean
Exclude internal infrastructure shapes from the result set.
resolveCollections?
Section titled “resolveCollections?”
optionalresolveCollections?:boolean
Expand collection targets to their members in the result.
optionalrole?:"from"|"to"|"ends"
Keep collection-resolved assertions where the target occupies this role.
where?
Section titled “where?”
optionalwhere?:WherePredicate[]
Field-value WHERE predicates (ANDed). Each predicate must target a pinned/ready field for typed-index routing; unavailable or unindexable fields return a machine-readable field-index error. Up to 8 predicates per call.
sinceRepoSeq?
Section titled “sinceRepoSeq?”
optionalsinceRepoSeq?:number
Strict lower repository sequence for an incremental scan; -1 seeds a complete snapshot.