8.3 GrowingObjectGetRange

Topic Version1Published10/16/2017
For StandardETPW20 v1

To retrieve a range of parts for a growing object in a store, send GrowingObjectGetRange. The example below uses the following properties and example data. The reply from the store isn’t shown.

The elevation reference for the range request must match the elevation reference of the object in the store. If not, the error ENOTSUPPORTED error code 7 must be raised.

Property Name

Example

uri

eml://witsml20/Trajectory(0655e8cd-b590-4f89-9b30-2a897db562ec)

startIndex

0.0

endIndex

1000.0

uom

ft

depthDatum

KB

Example GrowingObjectGetRange message:


// [848b3bb0-76b4-4707-b38d-868dd0b4dadc] Message sent at 2017-04-18 22:20:52.1109{

"protocol":6,

"messageType":4,

"correlationId":0,

"messageId":10,

"messageFlags":0}{  

"uri": "eml://witsml20/Trajectory(0655e8cd-b590-4f89-9b30-2a897db562ec)",  

"startIndex": {    

"item": 0.0  },  

"endIndex": {    

"item": 1000.0  },  

"uom": "ft",  

"depthDatum": "KB"}