DemandExportMetadata
The metadata for a bulk action export.
type DemandExportMetadata {
createdAt: Date!
domainEntityId: ID!
exportStatus: BulkActionStatus!
exportType: String!
fileExtension: ExportFileExtension!
identityId: ID!
name: String!
ticksTillTheEndOfTime: Float!
}
Fields
DemandExportMetadata.createdAt
● Date!
non-null scalar
The date and time the export was created.
DemandExportMetadata.domainEntityId
● ID!
non-null scalar
The DemandHqId of the demandHq that the export belongs to.
DemandExportMetadata.exportStatus
● BulkActionStatus!
non-null enum
The status of the export.
DemandExportMetadata.exportType
● String!
non-null scalar
The type of export requested.
DemandExportMetadata.fileExtension
● ExportFileExtension!
non-null enum
Indicates the format of the underlying data.
DemandExportMetadata.identityId
● ID!
non-null scalar
The requesting identityId (username).
DemandExportMetadata.name
● String!
non-null scalar
The name of the export, something to remember it by.
DemandExportMetadata.ticksTillTheEndOfTime
● Float!
non-null scalar
The number of ticks until the end of time (figuratively). Used to sort filenames in descending order of requestedAt. Note that this number is actually an Int, it is just too large to fit in 32 bits.
Member of
DemandExport
object