weaviate-client
    Preparing search index...

    Type Alias BackupCollectionArgs

    The arguments required to create and restore backups.

    type BackupCollectionArgs = {
        backend: Backend;
        backupId: string;
        waitForCompletion?: boolean;
    }
    Index

    Properties

    backend: Backend

    The backend to use for the backup.

    backupId: string

    The ID of the backup.

    waitForCompletion?: boolean

    The collections to include in the backup.