This is with DSpace 5.6.

I had to provide for every top community
- number of items
- number of bitstreams

I used REST - for items:

rest/items?offset=nnnn&expand=parentCommunityList

for bitstreams:

rest/items/xxxx/bitstreams?offset=mmmm

The total for all top communities is
- items 24601
- bitstreams 335380

Just to double-check I got the number of files in the assetstore

find /assetstore -type f | wc -l

It is 385867 - much bigger than the number of bitstreams - 50487 files more.
Are there in the assetstore other files apart of bitstreams or may be
something in my counting is wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to