BrightSignNetwork (BSN) Main A...
...
Custom Data Types (2017/01)
FileInfo Entity and Derived St...
StoredFile Entity (2017/01)
1min
storedfile ('fileinfo type' property set to "stored") is derived from the abstract 'fileinfo' structure, and is used to reference any file uploaded to bsn by id see the example below (your values will vary for all but "type") { "type" "stored", // \[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] "id" 9804728, // \[int] "path" "https //bsn staging s3 amazonaws com/content/autoplugins/autoplugins ec121a89dfee4e62aa94fac4b9d80f13ea6b0fd6 brs" // \[uri] }