The Open API specification for Synapse is now available for download!

Download Open API Spec

FilesCountStatistics

org.sagebionetworks.repo.model.statistics.FilesCountStatistics

Describes an aggregate of file actions (e.g. downloads/uploads) and (unique) users count for a specific time frame

Field Type Description
rangeStart STRING The start timestamp of the time frame this bucket represents (inclusive)
rangeEnd STRING The end timestamp of the time frame this bucket represents (exclusive)
filesCount INTEGER The number of files uploaded or downloaded in this time frame
usersCount INTEGER The number of distinct users that performed a download or upload in this time frame