11.9.2. Subordinate to a recorder
|
Entity name |
InformationRegister_<RegisterName> |
|
Entity set name |
InformationRegister_<RegisterName> |
Properties:
|
Type |
Comment |
|
|
Recorder |
Edm.String |
Recorder. |
|
Recorder_Type |
Edm.String |
Link to the recorder. |
|
RecordSet |
Collection(FlexibleType) |
Record set. |
Information register dimensions form a record key. If you try to change the record key, an exception with HTTP status 404 is thrown. In this case, we recommend that you delete the existing record first and then add a new one.
11.9.2.1. Functions
SliceLast
Description:
Entity set is a slice of the last ones of the periodic information register.
Parameters:
Period Edm.Date
The period to get a slice.
Condition Edm.String
Filter records in OData format.
SliceFirst
Description:
Entity set is a slice of the first ones of the periodic information register.
Parameters:
Period Edm.Date
The period to get a slice.
Condition Edm.String
Filter records in OData format.
11.9.2.2. Register record set
Flexible type name: InformationRegister_<Name>_RowType
Properties:
|
Type |
Comment |
|
|
LineNumber |
Edm.Int64 |
Line number in the record set |
|
Active |
Edm.Boolean |
Shows an active row. |
|
SurrogateKey |
Edm.Int16 |
Surrogate key if there are no dimensions and separators, and the registration period is different from Recorder. Always equal to 0. |
|
<Dimensions> |
Corresponds to the dimension type |
|
|
<Resources> |
Corresponds to the resource type |
|
|
<Attributes> |
Corresponds to the attribute type |
|
|
<Common attributes> |
Corresponds to the attribute type |
Except for common attributes that are independent separators. |
11.9.2.3. Record set row of the information register
|
Entity name |
InformationRegister_<Name>_RecordType |
|
Entity set name |
InformationRegister_<Name>_RecordType |
Properties:
|
Name |
Type |
Comment |
|
LineNumber |
Edm.Int64 |
Line number in the record set. |
|
Active |
Edm.Boolean |
Shows an active row. |
|
SurrogateKey |
Edm.Int16 |
Surrogate key if there are no dimensions and separators, and the registration period is different from Recorder. Always equal to 0. |
|
<Dimensions> |
Corresponds to the dimension type |
|
|
<Resources> |
Corresponds to the resource type |
|
|
<Attributes> |
Corresponds to the attribute type |
|
|
<Common attributes> |
Corresponds to the attribute type |
Except for common attributes that are independent separators. |
The entity is read-only (the GET query).