MediaExport
A media export generated for an environment.
type MediaExport {
createdAt: String
environmentId: Int
error: MediaExportError
expiresAt: String
filesProcessed: Int
filesTotal: Int
id: BigInt
status: String
subsite: WPSite
totalArchiveFiles: Int
totalSizeInBytes: Float
user: WPCLICommandUser
}
Fields
MediaExport.createdAt ● String scalar common
When the export was created.
MediaExport.environmentId ● Int scalar common
The environment ID the media export belongs to.
MediaExport.error ● MediaExportError object common
Any error details for the export.
MediaExport.expiresAt ● String scalar common
When the export expires.
MediaExport.filesProcessed ● Int scalar common
The number of files processed so far.
MediaExport.filesTotal ● Int scalar common
The total number of files in the export.
MediaExport.id ● BigInt scalar common
The unique identifier for the media export.
MediaExport.status ● String scalar common
The current export status.
MediaExport.subsite ● WPSite object common
The subsite included in the export, if any.
MediaExport.totalArchiveFiles ● Int scalar common
The total number of archive files generated.
MediaExport.totalSizeInBytes ● Float scalar common
The total size of the export in bytes.
MediaExport.user ● WPCLICommandUser object common
The user who started the export.
Member Of
AppEnvironment object ● MediaExportsList object ● StartMediaExportPayload object