The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
The package provides the handle classes with
different representations for document content when you read
documents from the database or write documents to the
database.
-
Takes the input stream and converts it into a
stream of JacksonHandle by setting the schema and wrapping the
JsonNode into JacksonHandle.
Takes the input stream and converts it into a
stream of JacksonHandle by setting the schema and wrapping the
JsonNode into JacksonHandle.
Generates URI for each split
-
JacksonHandle.with(com.fasterxml.jackson.databind.JsonNode content)
Assigns a JSON tree as the content and returns
the handle.
Specifies the format of the content and returns
the handle as a fluent convenience.
Specifies the mime type of the content and
returns the handle as a fluent convenience.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.