routier-collection / datastore/src / InspectedCollection
Interface: InspectedCollection
Defined in: datastore/src/inspection/types.ts:25
Properties
name
readonlyname:string
Defined in: datastore/src/inspection/types.ts:26
schemaId
readonlyschemaId:SchemaId
Defined in: datastore/src/inspection/types.ts:27
kind
readonlykind:InspectedCollectionKind
Defined in: datastore/src/inspection/types.ts:28
Methods
count()
count():
Promise<number>
Defined in: datastore/src/inspection/types.ts:29
Returns
Promise<number>
keyOf()
keyOf(
row):string
Defined in: datastore/src/inspection/types.ts:30
Parameters
row
Returns
string
watchCount()
watchCount(
onCount):StopWatching
Defined in: datastore/src/inspection/types.ts:31
Parameters
onCount
(result) => void
Returns
watchPage()
watchPage(
page,onRows):StopWatching
Defined in: datastore/src/inspection/types.ts:32
Parameters
page
onRows
(result) => void