Skip to main content

CreateDataProductRequest

  • Stability: stable

Supplies the owning organization, unique root namespace, and display name. The control plane allocates ids and may create an initial version depending on server policy.

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

Properties

NameTypeDescription
organization_idUuidOrganization that will own the new data product.
root_namespaceStringRoot namespace string reserved for this data product.
nameStringHuman readable name shown in management UIs and APIs.

Back to Control Plane