Magidoc

BulkOperation
Object

A Node in the graph.

Fields

#

createdAt

Identifies the date and time when the object was created.

databaseId

Identifies the primary key from the data store.

deletedAt

Identifies the date and time when the object was deleted.

errorMessage

Error message if the bulk operation failed.

expiresAt

Timestamp when the bulk operation output expires.

failedCount

Number of items that failed to process.

finishedAt

Timestamp when the bulk operation finished.

id

ID !
Non-null

ID of the object.

nameForLog

Object name to be identified in Audit Logs.

operationType

Non-null

The type of bulk operation being performed.

outputFile

Output file generated by the bulk operation.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the BulkOperation.

processedCount

Number of items processed so far.

settings

Non-null

The settings associated with the object.

startedAt

Timestamp when the bulk operation started.

status

Non-null

Current status of the bulk operation.

successMessage

Success message contains how many record ben changed.

totalCount

Total number of items to process.

updatedAt

Identifies the date and time when the object was last updated.

url

Non-null

The url of the object.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#

  • Field bulkOperation from Query