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

    Interface PreviewCreateIndexFromBackupOptionsAlpha

    Options for creating an index from a backup.

    Backups

    interface PreviewCreateIndexFromBackupOptions {
        deletionProtection?: string;
        name: string;
        readCapacity?: PreviewReadCapacity;
        tags?: Record<string, string>;
    }
    Index
    deletionProtection?: string

    Whether to enable deletion protection on the created index.

    name: string

    The name of the index to create. 1–45 characters, alphanumeric and '-'.

    readCapacity?: PreviewReadCapacity

    Optional read capacity configuration for the created index.

    tags?: Record<string, string>

    Optional tags to apply to the created index. Overrides backup tags if provided.