Learn R Programming

RTD (version 0.4.1)

bulk_import_upload_part: Upload bulk import part

Description

Upload bulk import part

Usage

bulk_import_upload_part(conn, name, part_name, file_obj)

Arguments

conn

Td client

name

Bulk import session name

part_name

Bulk import part name

file_obj

File connection. Should be msgpack stream with gzip compressed. Should have "time" column

Value

Return bulk import status

Examples

Run this code
# NOT RUN {
conn <- Td(apikey = "xxxx")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab