Skip to main content

SupplyExportMetadata

The metadata for a bulk action export.

type SupplyExportMetadata {
createdAt: Date!
domainEntityId: ID!
exportStatus: BulkActionStatus!
exportType: String!
fileExtension: ExportFileExtension!
identityId: ID!
name: String!
ticksTillTheEndOfTime: Float!
}

Fields

SupplyExportMetadata.createdAt ● Date! non-null scalar

The date and time the export was created.

SupplyExportMetadata.domainEntityId ● ID! non-null scalar

The SupplierId of the supplier that the export belongs to.

SupplyExportMetadata.exportStatus ● BulkActionStatus! non-null enum

The status of the export.

SupplyExportMetadata.exportType ● String! non-null scalar

The type of export requested.

SupplyExportMetadata.fileExtension ● ExportFileExtension! non-null enum

Indicates the format of the underlying data.

SupplyExportMetadata.identityId ● ID! non-null scalar

The requesting identityId (username).

SupplyExportMetadata.name ● String! non-null scalar

The name of the export, something to remember it by.

SupplyExportMetadata.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

SupplyExport object