View ocum.volumelivelistmaxvolumemovejobview Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
volumeId bigint 19
maxUpdateTime bigint 19  √  null
maxStartTime timestamp 19  √  null The date and time in cluster timezone when the volume move started. ZAPI: volume-move-get-iter volume-move-info start-timestamp

Analyzed at Tue Apr 23 05:29 EDT 2019

View Definition:
select `inventoryvolumemovehistory`.`volumeId` AS `volumeId`,max(`inventoryvolumemovehistory`.`updateTime`) AS `maxUpdateTime`,max(`inventoryvolumemovehistory`.`startTime`) AS `maxStartTime` from `netapp_model_view`.`volume_move_job` `inventoryvolumemovehistory` group by `inventoryvolumemovehistory`.`volumeId`