Data.Cloud.AmazonAPI.TAmazonGetObjectOptionals.RangeEndByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RangeEndByte: int64;

C++

__int64 RangeEndByte;

Properties

Type Visibility Source Unit Parent
field public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonGetObjectOptionals

Description

Set when retrieving a range of bytes instead of a whole object.

RangeEndByte is set when retrieving a range of bytes instead of a whole object. RangeEndByte represents the end byte of the range.

See Also