[DOCS] Add .NET client link to Bulk API docs (#57095)

This commit adds a link in the Bulk API documentation to
the .NET client's BulkAllObservable type and associated methods.
This commit is contained in:
Russ Cam 2020-05-26 23:12:14 +10:00 committed by James Rodewig
parent 571477d0ad
commit 8fd73d1e4f
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ JavaScript::
See {jsclient-current}/client-helpers.html[client.helpers.*] See {jsclient-current}/client-helpers.html[client.helpers.*]
.NET::
See https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/indexing-documents.html#_multiple_documents_with_bulkallobservable_helper[`BulkAllObservable`]
[float] [float]
[[bulk-curl]] [[bulk-curl]]
===== Submitting bulk requests with cURL ===== Submitting bulk requests with cURL