#include <file_manager_strategy.h>
Stores file token information for the purpose of tracking read locations.
Definition at line 56 of file file_manager_strategy.h.
◆ FileTokenInfo() [1/4]
| Aws::FileManagement::FileTokenInfo::FileTokenInfo |
( |
| ) |
|
|
default |
◆ FileTokenInfo() [2/4]
| Aws::FileManagement::FileTokenInfo::FileTokenInfo |
( |
const std::string & |
file_path, |
|
|
const long |
position, |
|
|
const bool |
eof |
|
) |
| |
|
inlineexplicit |
◆ FileTokenInfo() [3/4]
| Aws::FileManagement::FileTokenInfo::FileTokenInfo |
( |
std::string && |
file_path, |
|
|
const long |
position, |
|
|
const bool |
eof |
|
) |
| |
|
inlineexplicit |
◆ FileTokenInfo() [4/4]
| Aws::FileManagement::FileTokenInfo::FileTokenInfo |
( |
const FileTokenInfo & |
info | ) |
|
|
default |
◆ ~FileTokenInfo()
| Aws::FileManagement::FileTokenInfo::~FileTokenInfo |
( |
| ) |
|
|
default |
◆ deserialize()
| void Aws::FileManagement::FileTokenInfo::deserialize |
( |
const std::string & |
token_info_json | ) |
|
|
inline |
◆ operator=()
◆ serialize()
| std::string Aws::FileManagement::FileTokenInfo::serialize |
( |
| ) |
const |
|
inline |
Serializes a tokens information into a JSON string
- Returns
- A JSON representation of the token
Definition at line 89 of file file_manager_strategy.h.
◆ eof_
| bool Aws::FileManagement::FileTokenInfo::eof_ {} |
◆ file_path_
| std::string Aws::FileManagement::FileTokenInfo::file_path_ |
◆ position_
| int64_t Aws::FileManagement::FileTokenInfo::position_ = 0 |
The documentation for this class was generated from the following file: