View ocum_report.objectstorespacedetails 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
id bigint 19 Locally unique object identifier. ZAPI: aggr-cluster-space-details-get.cluster-space-info.licensed-capacity-tier-details.licensed-capacity-tier-info OR aggr-cluster-space-details-get.cluster-space-info.unlicensed-capacity-tier-details.unlicensed-capacity-tier-info
uuid varchar 255 Globally unique ID of the capacity tier space detail = clusterUuid.providerType.
clusterId bigint 19
isLicensed bit 0  √  null Indicates if the capacity tier is licensed or unlicensed
usedSpace bigint 19 used space of the capacity tier
providerType varchar 255  √  null raw provider type associated with capacity tier
createTime bigint 19

Analyzed at Tue Apr 23 04:52 EDT 2019

View Definition:
select `objectstore_space_detail`.`objid` AS `id`,`objectstore_space_detail`.`uuid` AS `uuid`,`objectstore_space_detail`.`clusterId` AS `clusterId`,`objectstore_space_detail`.`isLicensed` AS `isLicensed`,`objectstore_space_detail`.`usedSpace` AS `usedSpace`,`objectstore_space_detail`.`providerTypeRaw` AS `providerType`,`objectstore_space_detail`.`createTime` AS `createTime` from `netapp_model_view`.`objectstore_space_detail`