Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v8.0.0
Pinecone TypeScript SDK
PreviewBackupList
Interface PreviewBackupList
The list of backups that exist in the project.
Export
BackupList
interface
PreviewBackupList
{
data
?:
PreviewBackupModel
[]
;
pagination
?:
PreviewPaginationResponse
;
}
Index
Properties
data?
pagination?
Properties
Optional
data
data
?:
PreviewBackupModel
[]
List of backup objects
Memberof
BackupList
Optional
pagination
pagination
?:
PreviewPaginationResponse
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 - v8.0.0
Loading...
The list of backups that exist in the project.
Export
BackupList