In the new Content Service/Media library data sets, I'm a little confused about ContentIDs that exist in MediaObjects but not AudioVideoProcessed. I've noticed that we have many more rows in MediaObjects compared to AudioVideoProcessed, even though I assumed it would be the opposite.
Since most of the MediaObjects are not found in the AVProcessed data set, joining them results in a lot of nulls in the latter columns such as type or size. I assumed that the files would be processed when they are uploaded, but that doesn't seem to be the case. Is AVProcessed maybe only revisions/edits after the initial upload? If that's the case, how would I get the type and size of media objects that have not been edited?
What is being logged for LastModified in MediaObjects for the ones that don't also appear in AVProcessed even though they have a RevisionCount? What exactly is being modified if it's not a media processing job? Would that also include just editing the title? Adding it to a course?
Thanks in advance for any clarification on these data sets!