Interface CreateIndexFromBackupResponse

The response for creating an index from a backup.

CreateIndexFromBackupResponse

interface CreateIndexFromBackupResponse {
    indexId: string;
    restoreJobId: string;
}

Properties

indexId: string

The ID of the index that was created from the backup.

CreateIndexFromBackupResponse

restoreJobId: string

The ID of the restore job that was created.

CreateIndexFromBackupResponse