Interface ListNamespacesResponse

ListNamespacesResponse

interface ListNamespacesResponse {
    namespaces?: NamespaceDescription[];
    pagination?: Pagination;
    totalCount?: number;
}

Properties

namespaces?: NamespaceDescription[]

The list of namespaces belonging to this index.

ListNamespacesResponse

pagination?: Pagination

ListNamespacesResponse

totalCount?: number

The total number of namespaces in the index matching the prefix

ListNamespacesResponse