weaviate-client
    Preparing search index...

    Type Alias BackupStatusArgs

    The arguments required to get the status of a backup.

    type BackupStatusArgs = {
        backend: Backend;
        backupId: string;
    }
    Index

    Properties

    Properties

    backend: Backend

    The backend to use for the backup.

    backupId: string

    The ID of the backup.