Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pddms-timeseries-ingestion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Domain Data Management Services
Production
Historian
Services
pddms-timeseries-ingestion
Commits
7d3491b7
Commit
7d3491b7
authored
2 months ago
by
Truong Le Quang
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/develop' into trusted-feature/validation-metadata
parents
772a3987
6b9fc004
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!130
integer data type
,
!124
Validation CSV metadata
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/docs/properties.md
+9
-6
9 additions, 6 deletions
docs/docs/properties.md
docs/docs/timeseries.md
+9
-6
9 additions, 6 deletions
docs/docs/timeseries.md
with
18 additions
and
12 deletions
docs/docs/properties.md
+
9
−
6
View file @
7d3491b7
...
...
@@ -58,12 +58,15 @@ A value type defines the data type of individual values in a time-series. Many t
Currently following value types are available:
| Value Type | Description | Supported by API | Supported by CSV parser workflow |
|------------|---------------------------------------------------------------------------|:----------------:|:--------------------------------:|
| DOUBLE | The floating-point numeric types represent real numbers. | M24 | M24 |
| LONG | The integral numeric types represent integer numbers. | M24 | M25 |
| BOOLEAN | Boolean value, which can be either true or false. | M25 | M25 |
| STRING | The string type represents a sequence of zero or more Unicode characters. | M25 | M25 |
| Value Type | Description | Supported by API | Supported by CSV parser workflow |
|------------|-----------------------------------------------------------------------------------------------------------|:----------------:|:--------------------------------:|
| DOUBLE | The floating-point numeric type represent real numbers. | M24 | M24 |
| INTEGER | The integral numeric type represents 32-bit signed integer numbers. | M25 | M25 |
| LONG | The integral numeric type represents 64-bit signed integer numbers. | M24 | M25 |
| BOOLEAN | Boolean value, which can be either true or false. | M25 | M25 |
| STRING | The string type represents a sequence of zero or more Unicode characters. | M25 | M25 |
| SET-STRING | The strings collection type represents an array of String values. Example: ["a","b", "c"] | M25 | M25 |
| DATETIME | Date and Time type. ISO-8601 given in UTC "yyyy-MM-dd'T'HH:mm:ss.SSSZ". Example: 2020-12-16T11:46:20.163Z | M25 | M25 |
## Extended Value Types
...
...
This diff is collapsed.
Click to expand it.
docs/docs/timeseries.md
+
9
−
6
View file @
7d3491b7
...
...
@@ -137,12 +137,15 @@ Each datapoint has `point` and `value` attributes. Where point is a point in tim
}
```
| Value Type | Description | Supported by API | Supported by CSV parser workflow |
|------------|----------------------------------------------------------------------------|:----------------:|:--------------------------------:|
| DOUBLE | The floating-point numeric type represent real numbers. | M24 | M24 |
| LONG | The integral numeric type represent integer numbers. | M24 | M25 |
| BOOLEAN | Boolean value, which can be either true or false. | M25 | M25 |
| STRING | The string type represents a sequence of zero or more Unicode characters. | M25 | M25 |
| Value Type | Description | Supported by API | Supported by CSV parser workflow |
|------------|-----------------------------------------------------------------------------------------------------------|:----------------:|:--------------------------------:|
| DOUBLE | The floating-point numeric type represent real numbers. | M24 | M24 |
| INTEGER | The integral numeric type represents 32-bit signed integer numbers. | M25 | M25 |
| LONG | The integral numeric type represents 64-bit signed integer numbers. | M24 | M25 |
| BOOLEAN | Boolean value, which can be either true or false. | M25 | M25 |
| STRING | The string type represents a sequence of zero or more Unicode characters. | M25 | M25 |
| SET-STRING | The strings collection type represents an array of String values. Example: ["a","b", "c"] | M25 | M25 |
| DATETIME | Date and Time type. ISO-8601 given in UTC "yyyy-MM-dd'T'HH:mm:ss.SSSZ". Example: 2020-12-16T11:46:20.163Z | M25 | M25 |
!!! note "Value type validation"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment