Type alias Index

Index: {
    getPartitionPage(partition: string, limit: number, cursor?: string, sort?: SortOrder): Promise<PagedQueryResult>;
    getPartitions(partition: string): Promise<Item>;
}

Type declaration

Generated using TypeDoc