Evaluates to true if the bulk operation correctly executes
()
| 220 | |
| 221 | /** Evaluates to true if the bulk operation correctly executes */ |
| 222 | get ok(): number { |
| 223 | return this.result.ok; |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Returns document_ids that were actually inserted |
no outgoing calls