Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Member Functions | Static Public Member Functions | List of all members
google::cloud::storage::ReadLast Struct Reference

Read last N bytes from the GCS object. More...

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

Public Member Functions

 ReadLast ()=default
 

Static Public Member Functions

static char const * name ()
 

Detailed Description

Read last N bytes from the GCS object.

Definition at line 65 of file download_options.h.

Constructor & Destructor Documentation

◆ ReadLast()

google::cloud::storage::ReadLast::ReadLast ( )
default

Member Function Documentation

◆ name()

static char const* google::cloud::storage::ReadLast::name ( )
inlinestatic

Definition at line 70 of file download_options.h.