Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides details on the dimensions of an associated array in the [System_Runtime].[Arrays] table.
Fields
The following table lists the fields in the ArrayDimensions view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the array dimension. |
Array |
bigint |
yes |
The identifier of an array associated with this dimension. References the [System_Runtime].[Arrays] view. |
Dimension |
int |
yes |
The zero-based index of the array dimension. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the array dimension. References the [Repository.Item].[Folders] view. (Default = 100) |
LowerBound |
int |
The value of the lower bound of the array dimension. |
|
Size |
int |
yes |
The number of elements in the array dimension. |