Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Member Functions | List of all members
google::cloud::storage::MinStreamSize Class Reference

A parameter type indicating the minimum stream size to ParallelUploadFile. More...

#include <google/cloud/storage/parallel_upload.h>

Public Member Functions

 MinStreamSize (std::uintmax_t value)
 
std::uintmax_t value () const
 

Detailed Description

A parameter type indicating the minimum stream size to ParallelUploadFile.

If ParallelUploadFile, receives this option it will attempt to make sure that every shard is at least this long. This might not apply to the last shard because it will be the remainder of the division of the file.

Constructor & Destructor Documentation

◆ MinStreamSize()

google::cloud::storage::MinStreamSize::MinStreamSize ( std::uintmax_t  value)
inlineexplicit

Member Function Documentation

◆ value()

std::uintmax_t google::cloud::storage::MinStreamSize::value ( ) const
inline