Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property name

Description

optional/Required

Comment

identifier

It is string of uniq content id

Required

Its a unique content id so Its a required to log the telemetry and other data against contnet

Name

It is string to represent the name of the content or pdf

Required

Its a required to show the name of the pdf while loading the pdf.

streamingUrl

It is string url.

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 string url

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.

...