Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.0.0
Pinecone TypeScript SDK
BackupList
Interface BackupList
The list of backups that exist in the project.
Export
BackupList
interface
BackupList
{
data
?:
BackupModel
[]
;
pagination
?:
PaginationResponse
;
}
Index
Properties
data?
pagination?
Properties
Optional
data
data
?:
BackupModel
[]
List of backup objects
Memberof
BackupList
Optional
pagination
pagination
?:
PaginationResponse
Memberof
BackupList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
pagination
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v7.0.0
Loading...
The list of backups that exist in the project.
Export
BackupList