ContentLink interface
The content link.
Properties
content |
The content hash. NOTE: This property will not be serialized. It can only be populated by the server. |
content |
The content size. NOTE: This property will not be serialized. It can only be populated by the server. |
content |
The content version. NOTE: This property will not be serialized. It can only be populated by the server. |
metadata | The metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
uri | The content link URI. |
Property Details
contentHash
The content hash. NOTE: This property will not be serialized. It can only be populated by the server.
contentHash?: ContentHash
Property Value
contentSize
The content size. NOTE: This property will not be serialized. It can only be populated by the server.
contentSize?: number
Property Value
number
contentVersion
The content version. NOTE: This property will not be serialized. It can only be populated by the server.
contentVersion?: string
Property Value
string
metadata
The metadata. NOTE: This property will not be serialized. It can only be populated by the server.
metadata?: any
Property Value
any
uri
The content link URI.
uri?: string
Property Value
string