View ocum_report.volumecapacityhistoryyearview | Generated by SchemaSpy |
View Definition:
select `ocum`.`volumehistoryyear`.`volumeId` AS `volumeId`,`ocum`.`volumehistoryyear`.`periodEndTime` AS `periodEndTime`,`ocum`.`volumehistoryyear`.`sampleCount` AS `sampleCount`,`ocum`.`volumehistoryyear`.`dfKBytesUsedSum` AS `UsedSum`,`ocum`.`volumehistoryyear`.`dfKBytesTotal` AS `Total`,`ocum`.`volumehistoryyear`.`dfSnapshotKBytesUsedSum` AS `SnapshotUsedSum`,`ocum`.`volumehistoryyear`.`dfSnapshotKBytesTotal` AS `SnapshotTotal`,`ocum`.`volumehistoryyear`.`dfKBytesDedupeSpaceSavingsSum` AS `DedupeSpaceSavingsSum`,`ocum`.`volumehistoryyear`.`dfKBytesCompressionSpaceSavingsSum` AS `CompressionSpaceSavingsSum` from `ocum`.`volumehistoryyear`