Skip to main content

Interface: TopicListOptions

Defined in: src/management/topics.ts:20

Options for listing topics, including client-side latest-revision grouping.

Extends​

Properties​

offset?​

optional offset?: number;

Defined in: src/management/profiles.ts:21

Starting offset. Defaults to 0.

Inherited from​

PaginationOptions.offset


limit?​

optional limit?: number;

Defined in: src/management/profiles.ts:23

Max items to return. Defaults to 100.

Inherited from​

PaginationOptions.limit


latestOnly?​

optional latestOnly?: boolean;

Defined in: src/management/topics.ts:22

Walk all pages and return the highest revision for each topic name.