...
Property name | Description | optional/Required | Comment |
---|---|---|---|
identifier | It is | Required | Its a unique content id so Its a required to log the telemetry and other data against contnet |
Name | It is | Required | Its a required to show the name of the pdf while loading the pdf. |
streamingUrl | It is | Required but optional if the artifactUrl is present | It is optional field. This is required if you want to load the streaming pdf file from streaming urlurl |
artifactUrl | It is a | Required but optional if streamingUrl is preset | It is required to load the pdf file. |
artifactUrl/streamingUrl : If we not pass the artifactUrl or streamingUrl, The pdf content will not load and it will show error. To load the content artifactUrl or streamingUrl is required.
...