Please enable JavaScript.
Coggle requires JavaScript to display documents.
PREDIX DMS (Others (RDMS System As A Service - PostgreSQL, Key-Value Store…
PREDIX DMS
-
Asset Service
-
Create, Update, and Store asset model data
-
-
Blobstore
-
Operations
-
-
Operations on Objects
-
DELETE Object
Syntax
DELETE /ObjectName HTTP/1.1
Host: <blobstore_url>
Date: <Date>
Content-Length: <length>
Authorization: <signatureValue>
GET Object
-
-
Syntax
GET /ObjectName HTTP/1.1
Host: <blobstore_url>
Date: <Date>
Authorization: <signatureValue>
Range: bytes=byte_range
Get Object ACL
Syntax
GET /ObjectName?acl HTTP/1.1
Host: <blobstore_url>
Date: <Date>
Authorization: <signatureValue>
Range: bytes=byte_range
-
-
-
-
Time Series
-
Components
-
Data Query
time
-
-
time type
-
Relative time
-
<time-unit>
ms, s, mi, h, d, w, mm, y
-
Data Aggregators
Aggregator Parameter
sampling
unit
ms, s, mi, h, d, w, mm, y
-
-
-
-