Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_es/src/types.ts>BulkInfo

deno elasticsearch
Go to Latest
interface BulkInfo
import { type BulkInfo } from "https://deno.land/x/deno_es@v0.4.3/src/types.ts";

Properties

took: number
errors: boolean
items: { index: { result: string; _shards: any; _seq_no: number; _index: string; forced_refresh: boolean; _type: string; _id: string; _version: number; _primary_term: number; status: number; error?: Error; }; }[]