Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface CreateBackupOptions

    Options for the deprecated flat backup creation method.

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

    Optional description providing context for the backup.

    indexName: string

    The name of the index to back up.

    name?: string

    Optional user-defined name for the backup.