weaviate-client
    Preparing search index...

    Type Alias BackupConfigRestore

    Configuration options available when restoring a backup

    type BackupConfigRestore = {
        cpuPercentage?: number;
        overwriteAlias?: boolean;
    }
    Index

    Properties

    cpuPercentage?: number

    The percentage of CPU to use for the backuop restoration job.

    overwriteAlias?: boolean

    Allows overwriting the collection alias if there is a conflict.