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

LiveTextFeedFile Entity (2017/01)

1min
livetextfeedfile ('fileinfo type' property set to "livetextfeed") is derived from the 'storedfile' structure, and is used to reference live text feeds existing in bsn by id see the example below (your values will vary for all but "type") { "type" "livetextfeed", // \[string], structure data type visible only in json representation and used by de serializer to determine expected property set of this object instance "name" "my first live text feed", // \[string] "size" 912, // \[uint] "hash" "sha1 2c95b879dd75a398cb37aaa7851f3acbc5ce7419", // \[string] "creationdate" "2017 02 08t00 17 57 573z", // \[datetime] "lastmodifieddate" "2018 01 09t23 39 02 123z", // \[datetime] "id" 47325, // \[int] "path" "http //localhost 8081/content/eugene/feeds/my first live text feed xml" // \[uri] }