/
RemoteFile Entity (2022/06)

RemoteFile Entity (2022/06)

RemoteFile ('FileInfo.Type' property set to "Remote") is derived from the abstract 'FileInfo' structure, and is used to reference remote resources or even files uploaded to BSN by URL. See the example below (your values will vary for all but "type"):

{ "type": "Remote", // [string], structure data type visible only in JSON representation and used by de-serializer to determine expected property set of this object instance "name": "autoplugins.brs", // [string] "size": 222, // [uint] "hash": "SHA1:EC121A89DFEE4E62AA94FAC4B9D80F13EA6B0FD6", // [string] "creationDate": null, // [DateTime] "lastModifiedDate": null, // [DateTime] "path": "https://bsn-staging.s3.amazonaws.com/Content/Autoplugins/autoplugins-EC121A89DFEE4E62AA94FAC4B9D80F13EA6B0FD6.brs" // one of { "None", "BASE64" } enumeration values }













Related content

Content Endpoints (2022/06)
Content Endpoints (2022/06)
Read with this
RemoteFile Entity (2017/01)
RemoteFile Entity (2017/01)
More like this
Presentation Entity (2022/06)
Presentation Entity (2022/06)
Read with this
RemoteFile Entity (2020/10)
RemoteFile Entity (2020/10)
More like this
BSN.Cloud Main APIs
BSN.Cloud Main APIs
Read with this
StoredFile Entity (2022/06)
StoredFile Entity (2022/06)
More like this