View netapp_model_view.quota_policy 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
objid bigint 19
uuid varchar 255 The uuid of the quota policy.
resourceKey varchar 512
name varchar 255  √  null Policy Name Attributes: key, required-for-create, non-modifiable.
clusterId bigint 19
vserverId bigint 19
lastModified bigint 19  √  null Last Modified Attributes: non-creatable, non-modifiable
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`quota_policy`.`objid` AS `objid`,`netapp_model`.`quota_policy`.`uuid` AS `uuid`,`netapp_model`.`quota_policy`.`resourceKey` AS `resourceKey`,`netapp_model`.`quota_policy`.`name` AS `name`,`netapp_model`.`quota_policy`.`clusterId` AS `clusterId`,`netapp_model`.`quota_policy`.`vserverId` AS `vserverId`,`netapp_model`.`quota_policy`.`lastModified` AS `lastModified`,`netapp_model`.`quota_policy`.`createtime` AS `createTime`,`netapp_model`.`quota_policy`.`updatetime` AS `updateTime` from `netapp_model`.`quota_policy` where (`netapp_model`.`quota_policy`.`objState` = 'LIVE')