lastModificationTime property
The last time that the dataset was modified. The time depends on the status of the job, as follows:
-
CREATE_PENDING
- The same time asCreationTime
. -
CREATE_IN_PROGRESS
- The current timestamp. -
ACTIVE
orCREATE_FAILED
- When the job finished or failed.
Implementation
final DateTime? lastModificationTime;