Connect.APM.Foglight.DBO.TablespaceConnect APM Foglight Tablespace

Connect.APM.Foglight.DBO.Tablespace (ClassType)

Element properties:

Base ClassConnect.APM.Foglight.DBO.Base
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf850d817-da01-c36a-fbd7-fac84c5cb74c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Connect.APM.Foglight.DBO.Base:
longName  string  longName false 256  False     
dbName  string  dbName false 256  False     
Connect.APM.Foglight.DBO.Tablespace:
uniqueId  string  uniqueId true 256  True     
tableSpaceName  string  tableSpaceName false 256  False     
status  string  status false 256  False     
contents  string  contents false 256  False     
blocksize  string  blocksize false 256  False     
retention  string  retention false 256  False     

Health Model:

Source Code:

<ClassType ID="Connect.APM.Foglight.DBO.Tablespace" Accessibility="Public" Abstract="false" Base="Connect.APM.Foglight.DBO.Base" Hosted="false" Singleton="false" Extension="false">
<Property ID="uniqueId" Type="string" AutoIncrement="false" Key="true" CaseSensitive="true" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="tableSpaceName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="status" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="contents" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="blocksize" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="retention" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>