View netapp_model_view.cifs_share | Generated by SchemaSpy |
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')