View source: R/firehose_operations.R
firehose_put_record_batch | R Documentation |
Writes multiple data records into a Firehose stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a Firehose stream, use put_record
. Applications using these operations are referred to as producers.
See https://www.paws-r-sdk.com/docs/firehose_put_record_batch/ for full documentation.
firehose_put_record_batch(DeliveryStreamName, Records)
DeliveryStreamName |
[required] The name of the Firehose stream. |
Records |
[required] One or more records. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.