Methods
Abstract bestEffortCount
- bestEffortCount(): Promise<number>
Abstract chronologicalQuery
-
Parameters
-
params: object
-
Optional descending?: undefined | true | false
-
Optional exclusiveMax?: undefined | true | false
-
Optional exclusiveMin?: undefined | true | false
-
Optional filterAggregateTypes?: AggregateType[]
-
Optional group?: undefined | string
-
Optional limit?: undefined | number
-
Optional max?: string | Date
-
min: string | Date
Abstract commit
- commit(commit: Commit): Promise<void>
-
Parameters
Returns Promise<void>
Abstract createBatchMutator
-
Parameters
-
Optional params: undefined | object
-
Optional capacityLimit?: undefined | number
Abstract getAggregateHeadCommit
-
Parameters
Returns Promise<Commit | null>
Abstract getHeadCommit
- getHeadCommit(chronologicalGroup?: undefined | string): Promise<Commit | null>
-
Parameters
-
Optional chronologicalGroup: undefined | string
Returns Promise<Commit | null>
Abstract queryAggregateCommits
-
Parameters
-
-
-
Optional options: undefined | object
-
Optional consistentRead?: undefined | true | false
-
Optional descending?: undefined | true | false
-
Optional limit?: undefined | number
-
Optional maxTime?: Date | number
-
Optional maxVersion?: undefined | number
-
Optional minVersion?: undefined | number
Abstract scan
-
Parameters
-
Optional options: undefined | object
-
Optional capacityLimit?: undefined | number
-
Optional filterAggregateTypes?: string[]
-
Optional limit?: undefined | number
-
Optional segment?: undefined | number
-
Optional startKey?: any
-
Optional totalSegments?: undefined | number
Abstract scanAggregateInstances
-
Parameters
-
-
Optional options: undefined | object
-
Optional instanceLimit?: undefined | number
Abstract teardown
- teardown(): Promise<void>
Abstract interface for an Event Store