26#include <olp/dataservice/read/DataServiceReadApi.h>
29namespace dataservice {
90 const std::vector<StreamOffset>&
GetOffsets()
const {
return offsets_; }
97 offsets_ = std::move(value);
101 std::vector<StreamOffset> offsets_;
An offset in a specific partition of a stream layer.
Definition StreamOffsets.h:36
void SetOffset(int64_t value)
Sets the offset for the request.
Definition StreamOffsets.h:66
int32_t GetPartition() const
Gets the partition of the stream layer for which this offset applies.
Definition StreamOffsets.h:46
void SetPartition(int32_t value)
Sets the partition of the stream layer.
Definition StreamOffsets.h:53
int64_t GetOffset() const
Gets the offset in the partition of the stream layer.
Definition StreamOffsets.h:60
Represents a list of offsets.
Definition StreamOffsets.h:81
void SetOffsets(std::vector< StreamOffset > value)
Sets the list of offsets.
Definition StreamOffsets.h:96
const std::vector< StreamOffset > & GetOffsets() const
Gets the list of offsets.
Definition StreamOffsets.h:90
Rules all the other namespaces.
Definition AppleSignInProperties.h:24