ExportManager
Defined in: packages/analytics/src/reports/export.manager.ts:76
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ExportManager(
config?):ExportManager
Defined in: packages/analytics/src/reports/export.manager.ts:91
Parameters
Section titled “Parameters”config?
Section titled “config?”Partial<ExportConfig> = {}
Returns
Section titled “Returns”ExportManager
Methods
Section titled “Methods”deleteExport()
Section titled “deleteExport()”deleteExport(
exportId):boolean
Defined in: packages/analytics/src/reports/export.manager.ts:271
내보내기 삭제
Parameters
Section titled “Parameters”exportId
Section titled “exportId”string
Returns
Section titled “Returns”boolean
exportInsights()
Section titled “exportInsights()”exportInsights(
insights,format,options?):Promise<ExportResult>
Defined in: packages/analytics/src/reports/export.manager.ts:203
인사이트 데이터 내보내기
Parameters
Section titled “Parameters”insights
Section titled “insights”format
Section titled “format”options?
Section titled “options?”any = {}
Returns
Section titled “Returns”Promise<ExportResult>
exportMetrics()
Section titled “exportMetrics()”exportMetrics(
metrics,format,options?):Promise<ExportResult>
Defined in: packages/analytics/src/reports/export.manager.ts:160
메트릭 데이터 내보내기
Parameters
Section titled “Parameters”metrics
Section titled “metrics”format
Section titled “format”options?
Section titled “options?”any = {}
Returns
Section titled “Returns”Promise<ExportResult>
exportReport()
Section titled “exportReport()”exportReport(
report,format,options?):Promise<ExportResult>
Defined in: packages/analytics/src/reports/export.manager.ts:98
분석 보고서 내보내기
Parameters
Section titled “Parameters”report
Section titled “report”format
Section titled “format”options?
Section titled “options?”any = {}
Returns
Section titled “Returns”Promise<ExportResult>
getExportStatus()
Section titled “getExportStatus()”getExportStatus(
exportId):ExportResult|null
Defined in: packages/analytics/src/reports/export.manager.ts:253
내보내기 상태 조회
Parameters
Section titled “Parameters”exportId
Section titled “exportId”string
Returns
Section titled “Returns”ExportResult | null
listExports()
Section titled “listExports()”listExports(
limit?):ExportResult[]
Defined in: packages/analytics/src/reports/export.manager.ts:260
내보내기 목록 조회
Parameters
Section titled “Parameters”limit?
Section titled “limit?”number = 50