olp-cpp-sdk 1.24.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
olp::dataservice::read::SeekRequest Class Referencefinal

Requests to seek an offset for a stream layer. More...

#include <SeekRequest.h>

Public Types

using StreamOffsets = model::StreamOffsets
 An alias for the stream offsets.
 

Public Member Functions

SeekRequestWithOffsets (StreamOffsets offsets)
 Sets offsets for the request.
 
const model::StreamOffsetsGetOffsets () const
 Gets the stream offsets of the request.
 

Detailed Description

Requests to seek an offset for a stream layer.

Member Function Documentation

◆ GetOffsets()

const model::StreamOffsets & olp::dataservice::read::SeekRequest::GetOffsets ( ) const
inline

Gets the stream offsets of the request.

Returns
The current stream offsets.

◆ WithOffsets()

SeekRequest & olp::dataservice::read::SeekRequest::WithOffsets ( StreamOffsets  offsets)
inline

Sets offsets for the request.

No offset by default.

Parameters
offsetsThe stream offsets.
Returns
A reference to the updated SeekRequest instance.

The documentation for this class was generated from the following file: