GetKxDataview
Source:
src/AWS/FinSpace/GetKxDataview.ts
Runtime binding for finspace:GetKxDataview — reads one dataview of a kdb database in the bound environment — status, active versions, and segment configurations.
Provide the implementation with
Effect.provide(AWS.FinSpace.GetKxDataviewHttp).
Managing Dataviews
Section titled “Managing Dataviews”const getDataview = yield* AWS.FinSpace.GetKxDataview(kdb);
const { status } = yield* getDataview({ databaseName: "ticks", dataviewName: "latest",});