Name | Bulk_Dimension_Cat |
---|---|
Entity Type | Table |
Description | Reference table holding the definition of each of the dimensions in pre-defined multi-dimensional bulk arrays. Note that for one-dimensional data with an explicit index channel, this table will not be populated, since the Indexed flag on the property definition identifies the dimension. |
Submodel | Bulk |
Entity Scope | Reference |
Primary Key | Bulk_Code , Code |
Natural Key | Bulk_Code , Code |
Generalizations | |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Brick_Size | int | No_Unit |
If bricking is supported by the Bulk API, this would be the size of the brick. | No |
NUMBER(10) |
Bulk_Code | Bulk_Cat |
|
The Bulk_Cat record to which this Bulk_Dimension_Cat record pertains | Yes |
VARCHAR2(64) |
Code | STRING64 | NA |
Name of the pre-defined Dimension (e.g., MD, TVD, TWT, Time, Easting). | Yes |
VARCHAR2(64) |
First_Value | double | No_Unit |
Start value of the index for an implicitly indexed pre-defined dimension. | No |
NUMBER |
Insert_Date | DATE | NA |
Date the entity was created in the repository | No |
DATE |
Insert_User | STRING64 | NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
Interval | double | No_Unit |
Interval (increment) value of the index for an implicitly indexed pre-defined dimension. | No |
NUMBER |
Measurement | STRING64 | NA |
Property associated with the pre-defined dimension (e.g., Length, Depth, Time) | No |
VARCHAR2(64) |
Num_Values | int | No_Unit |
Number of values in the pre-defined dimension. | No |
NUMBER(10) |
Rank | int | No_Unit |
The order in which dimensions in a multi-dimensional array increment from one pre-defined dimension to another. Rank=1 is the slowest-changing dimension. | Yes |
NUMBER(10) |
Unit | STRING64 | NA |
Unit of measure of the index of the pre-defined dimension. | No |
VARCHAR2(64) |
Update_Date | DATE | NA |
Date of the most-recent modification to the entity. | No |
DATE |
Update_User | STRING64 | NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
Link | To Entity | Description | Implementation Technique | Required |
---|---|---|---|---|
Bulk_Code | Bulk_Cat | The Bulk_Cat record to which this Bulk_Dimension_Cat record pertains | Cascade | Yes |