25 #include <olp/dataservice/read/DataServiceReadApi.h>
28 namespace dataservice {
89 const std::vector<StreamOffset>&
GetOffsets()
const {
return offsets_; }
96 offsets_ = std::move(value);
100 std::vector<StreamOffset> offsets_;
An offset in a specific partition of a stream layer.
Definition: StreamOffsets.h:35
void SetOffset(int64_t value)
Sets the offset for the request.
Definition: StreamOffsets.h:65
int32_t GetPartition() const
Gets the partition of the stream layer for which this offset applies.
Definition: StreamOffsets.h:45
void SetPartition(int32_t value)
Sets the partition of the stream layer.
Definition: StreamOffsets.h:52
int64_t GetOffset() const
Gets the offset in the partition of the stream layer.
Definition: StreamOffsets.h:59
Represents a list of offsets.
Definition: StreamOffsets.h:80
void SetOffsets(std::vector< StreamOffset > value)
Sets the list of offsets.
Definition: StreamOffsets.h:95
const std::vector< StreamOffset > & GetOffsets() const
Gets the list of offsets.
Definition: StreamOffsets.h:89
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24