weaviate-client
    Preparing search index...

    Type Alias BackupConfigCreate

    Configuration options available when creating a backup

    type BackupConfigCreate = {
        chunkSize?: number;
        compressionLevel?: BackupCompressionLevel;
        cpuPercentage?: number;
    }
    Index

    Properties

    chunkSize?: number

    Deprecated: This parameter no longer has any effect. (The size of the chunks to use for the backup.)

    compressionLevel?: BackupCompressionLevel

    The standard of compression to use for the backup.

    cpuPercentage?: number

    The percentage of CPU to use for the backup creation job.