BrightSignNetwork (BSN) Main A...
...
Custom Data Types (2017/01)
FileInfo Entity and Derived St...

RemoteFile Entity (2017/01)

1min
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 }