Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface CreateBackupOptions

    The options for creating an index backup.

    interface CreateBackupOptions {
        description?: string;
        indexName: string;
        name?: string;
    }
    Index
    description?: string

    A human-readable description of the backup's purpose or contents.

    indexName: string

    The name of the index to back up.

    name?: string

    An optional name for the backup. If not provided, one will be auto-generated.