Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.0.0
Pinecone TypeScript SDK
ListResponse
Interface ListResponse
The response for the
list
operation.
Export
ListResponse
interface
ListResponse
{
namespace
?:
string
;
pagination
?:
Pagination
;
usage
?:
Usage
;
vectors
?:
ListItem
[]
;
}
Index
Properties
namespace?
pagination?
usage?
vectors?
Properties
Optional
namespace
namespace
?:
string
The namespace of the vectors.
Memberof
ListResponse
Optional
pagination
pagination
?:
Pagination
Memberof
ListResponse
Optional
usage
usage
?:
Usage
Memberof
ListResponse
Optional
vectors
vectors
?:
ListItem
[]
Memberof
ListResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
namespace
pagination
usage
vectors
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v7.0.0
Loading...
The response for the
listoperation.Export
ListResponse