Objects
Derivative
Represents a derivative used to download and export different derivative formats of a component version.
Fields
id* ID! non-null | The ID that uniquely identifies the derivative. |
outputFormat* OutputFormat! non-null | The format of the generated derivatives. Currently, it supports STEP format type. |
progress* Int! non-null | Indicates how far the derivative generating process has progressed. progress is a percentage value from 0-100%. Derivative that are not cached are generated on demand. You must wait until progress reaches 100% before you call the url field. |
status* DerivativeStatusEnum! non-null | Indicates the status of the derivative generation process. Valid values are IN_PROGRESS , SUCCESS , PENDING , FAILED , TIMEOUT , and COMPLETE . |
signedUrl | The generated encoded url. |
expires | Epoch time stamp indicating when the signedUrl expires. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Componentversion | Represents a version of a component. |