OpenSpirit v2.9.0 Build 27 - Generic Model

EpiWell_LoggingPassAttributes


Derived From:
Capabilties:
read
This table returns all the attributes of a LoggingPass that do not have any mappings to the existing OpenSpirit Well model. There is no implicit meaning to the attribute names. The names and values are returned as they are in the vendor datastore.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

ro req db

Data type of the attribute.
String

ro req db key

Data key string representation of the logging pass that th is attribute is associated with.
String

ro req db

Name of the attribute
String

req db

String representation of the attribute.
 

Column Detail

KeyString

Data Type: String
Read only: true
Unique identifier for each table entry.

Name

Data Type:String
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
Name of the attribute

TextValue

Data Type:String
Read only:false
Required for Insert:true
Stored in db:true
Part of natural key:false
String representation of the attribute.

DataType

Data Type:String
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
Data type of the attribute. If the type is 'STRING', the value will be returned in the 'TextValue' column of this table. If it's a numeric type, the value will be returned in the 'NumericValue' column.

LoggingPass

Data Type:String
Content Type:Key
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:true
Referenced Table:EpiWell_LoggingPass
Data key string representation of the logging pass that th is attribute is associated with.


OpenSpirit v2.9.0 Build 27 - Generic Model