View netapp_model_view.file 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: File-get-iter.File-info
uuid varchar 255 Globally unique ID of the File
resourceKey varchar 512
volumeId bigint 19
vserverId bigint 19
clusterId bigint 19
qosPolicyGroupId bigint 19  √  null
path varchar 255  √  null Path of the File
isOnline bit 0  √  null Is File online?
size bigint 19  √  null Size of the File in bytes
sizeUsed bigint 19  √  null Used bytes in the File
isSpaceReservationEnabled bit 0  √  null Whether or not the File has space reservation enabled
isSpaceAllocEnabled bit 0  √  null Whether or not the File has space allocation enabled
isMapped bit 0  √  null Is the File mapped to any initiator?
serialNumber varchar 255  √  null Serial number of the File
multiProtocolType varchar 255  √  null The OS type of the File
alignmentRaw varchar 255  √  null Alignment state of the File
prefixSize bigint 19  √  null Size of the prefix stream for this File in bytes
suffixSize bigint 19  √  null Size of the suffix stream for this File in bytes
classRaw varchar 255  √  null The class of the File - ZAPI raw value
comment varchar 255  √  null User defined comments on File
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`file`.`objid` AS `objid`,`netapp_model`.`file`.`uuid` AS `uuid`,`netapp_model`.`file`.`resourceKey` AS `resourceKey`,`netapp_model`.`file`.`volumeId` AS `volumeId`,`netapp_model`.`file`.`vserverId` AS `vserverId`,`netapp_model`.`file`.`clusterId` AS `clusterId`,`netapp_model`.`file`.`qosPolicyGroupId` AS `qosPolicyGroupId`,`netapp_model`.`file`.`path` AS `path`,`netapp_model`.`file`.`isOnline` AS `isOnline`,`netapp_model`.`file`.`size` AS `size`,`netapp_model`.`file`.`sizeUsed` AS `sizeUsed`,`netapp_model`.`file`.`isSpaceReservationEnabled` AS `isSpaceReservationEnabled`,`netapp_model`.`file`.`isSpaceAllocEnabled` AS `isSpaceAllocEnabled`,`netapp_model`.`file`.`isMapped` AS `isMapped`,`netapp_model`.`file`.`serialNumber` AS `serialNumber`,`netapp_model`.`file`.`multiProtocolType` AS `multiProtocolType`,`netapp_model`.`file`.`alignmentRaw` AS `alignmentRaw`,`netapp_model`.`file`.`prefixSize` AS `prefixSize`,`netapp_model`.`file`.`suffixSize` AS `suffixSize`,`netapp_model`.`file`.`classRaw` AS `classRaw`,`netapp_model`.`file`.`comment` AS `comment`,`netapp_model`.`file`.`createtime` AS `createTime`,`netapp_model`.`file`.`updatetime` AS `updateTime` from `netapp_model`.`file` where (`netapp_model`.`file`.`objState` = 'LIVE')