directus-monorepo ( Readme | API )
directus-monorepo > MetaService
new MetaService(
options
):MetaService
Parameter | Type |
---|---|
options |
AbstractServiceOptions |
accountability:
any
knex:
Knex
<any
,any
[] >
schema:
SchemaOverview
filterCount(
collection
,query
):Promise
<number
>
Parameter | Type |
---|---|
collection |
string |
query |
Query |
Promise
< number
>
getMetaForQuery(
collection
,query
):Promise
<undefined
|Record
<string
,any
> >
Parameter | Type |
---|---|
collection |
string |
query |
any |
Promise
< undefined
| Record
< string
, any
> >
totalCount(
collection
):Promise
<number
>
Parameter | Type |
---|---|
collection |
string |
Promise
< number
>
Generated using TypeDoc and typedoc-plugin-markdown