Function export

Source
pub fn export(segment: &Segment) -> ApiResult<u64>
Expand description

Export a segment of data into the JAM Data Lake.

  • segment: The segment of data to export.

Returns the export index or Err if the export was unsuccessful.