Skip to main content

DataProductFile

  • Stability: stable

The runtime library forwards content as base64-encoded text; the control plane decodes it into bytes before persisting build artifacts.

  • Qualified id: com.dataspine.controlplane.DataProductFile@1
  • Kind: struct

Properties

NameTypeDescription
pathStringRepository-relative path for the uploaded artifact.
contentStringBase64-encoded file bytes carried in the add-version request.

Back to Control Plane