Pinecone TypeScript SDK - v9.0.0
Github Repo
Pinecone Docs
Preparing search index...
CollectionList
Interface CollectionList
The collections in a project, as returned by
Collections.list
.
interface
CollectionList
{
collections
?:
CollectionModel
[]
;
}
Hierarchy
Omit
<
GeneratedCollectionList
,
"collections"
>
CollectionList
Index
Properties
collections?
Properties
Optional
collections
collections
?:
CollectionModel
[]
Collections in the project.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collections
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v9.0.0
Loading...
The collections in a project, as returned by Collections.list.