View netapp_model_view.objectstore_config_full 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. ZAPI: aggr-object-store-get-iter.aggr-object-store-info
uuid varchar 255 Globally unique ID of the aggregate object store.
resourceKey varchar 512
clusterId bigint 19
name varchar 255 The unique name of the aggregate object store.
containerName varchar 255  √  null
port int 10  √  null Port required to communicate with the object store.
server varchar 255  √  null FQDN or IP address of object store.
accessKey varchar 255  √  null Access key to the object store.
providerTypeRaw varchar 255  √  null Raw value of Type of S3 provider.
providerType enum 13  √  null Type of object store provider
isSslEnabled bit 0  √  null SSL (encrypted HTTP) enabled or not.
ipSpace varchar 255  √  null IPspace to use in order to reach the object store.
azureAccount varchar 100  √  null Azure account name
authType varchar 100  √  null Type of auth that this object store is using
createTime bigint 19
updateTime bigint 19
objState enum 5  √  null

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`objectstore_config`.`objid` AS `objid`,`netapp_model`.`objectstore_config`.`uuid` AS `uuid`,`netapp_model`.`objectstore_config`.`resourceKey` AS `resourceKey`,`netapp_model`.`objectstore_config`.`clusterId` AS `clusterId`,`netapp_model`.`objectstore_config`.`name` AS `name`,`netapp_model`.`objectstore_config`.`containerName` AS `containerName`,`netapp_model`.`objectstore_config`.`port` AS `port`,`netapp_model`.`objectstore_config`.`server` AS `server`,`netapp_model`.`objectstore_config`.`accessKey` AS `accessKey`,`netapp_model`.`objectstore_config`.`providerTypeRaw` AS `providerTypeRaw`,`netapp_model`.`objectstore_config`.`providerType` AS `providerType`,`netapp_model`.`objectstore_config`.`isSslEnabled` AS `isSslEnabled`,`netapp_model`.`objectstore_config`.`ipSpace` AS `ipSpace`,`netapp_model`.`objectstore_config`.`azureAccount` AS `azureAccount`,`netapp_model`.`objectstore_config`.`authType` AS `authType`,`netapp_model`.`objectstore_config`.`createtime` AS `createTime`,`netapp_model`.`objectstore_config`.`updatetime` AS `updateTime`,`netapp_model`.`objectstore_config`.`objState` AS `objState` from `netapp_model`.`objectstore_config`