UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

15 lines 605 B
import PeriodBasedReport from '../../../base/PeriodBasedReport.js'; import commands from '../../commands.js'; class OneDriveReportActivityFileCountCommand extends PeriodBasedReport { get name() { return commands.REPORT_ACTIVITYFILECOUNTS; } get usageEndpoint() { return 'getOneDriveActivityFileCounts'; } get description() { return 'Gets the number of unique, licensed users that performed file interactions against any OneDrive account'; } } export default new OneDriveReportActivityFileCountCommand(); //# sourceMappingURL=report-activityfilecounts.js.map