View netapp_model_view.cifs_share 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 Locally unique object identifier. ZAPIs: cifs-share-get-iter.cifs-share
uuid varchar 255  √  null
resourceKey varchar 512  √  null
name varchar 255  √  null
clusterId bigint 19
vserverId bigint 19
volumeId bigint 19  √  null
qtreeId bigint 19  √  null
path varchar 255  √  null
comment varchar 255  √  null Description of the CIFS share. CIFS clients see this description when browsing the Vserver's CIFS shares
shareProperties varchar 255  √  null The list of properties for this CIFS share. Ordered, comma separated values.
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`cifs_share`.`objid` AS `objid`,`netapp_model`.`cifs_share`.`uuid` AS `uuid`,`netapp_model`.`cifs_share`.`resourceKey` AS `resourceKey`,`netapp_model`.`cifs_share`.`name` AS `name`,`netapp_model`.`cifs_share`.`clusterId` AS `clusterId`,`netapp_model`.`cifs_share`.`vserverId` AS `vserverId`,`netapp_model`.`cifs_share`.`volumeId` AS `volumeId`,`netapp_model`.`cifs_share`.`qtreeId` AS `qtreeId`,`netapp_model`.`cifs_share`.`path` AS `path`,`netapp_model`.`cifs_share`.`comment` AS `comment`,`netapp_model`.`cifs_share`.`shareProperties` AS `shareProperties`,`netapp_model`.`cifs_share`.`createtime` AS `createTime`,`netapp_model`.`cifs_share`.`updatetime` AS `updateTime` from `netapp_model`.`cifs_share` where (`netapp_model`.`cifs_share`.`objState` = 'LIVE')