API:Data.Cloud.AmazonAPI.TAmazonGetObjectOptionals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TAmazonGetObjectOptionals = record
    ResponseContentType: string;
    ResponseContentLanguage: string;
    ResponseExpires: string;
    ResponseCacheControl: string;
    ResponseContentDisposition: string;
    ResponseContentEncoding: string;
    Condition: TAmazonActionConditional;
    RangeStartByte: int64;
    RangeEndByte: int64;
    class function Create: TAmazonGetObjectOptionals; static;
    procedure PopulateHeaders(Headers: TStrings);
  end;

C++

struct DECLSPEC_DRECORD TAmazonGetObjectOptionals
{
public:
    System::UnicodeString ResponseContentType;
    System::UnicodeString ResponseContentLanguage;
    System::UnicodeString ResponseExpires;
    System::UnicodeString ResponseCacheControl;
    System::UnicodeString ResponseContentDisposition;
    System::UnicodeString ResponseContentEncoding;
    TAmazonActionConditional Condition;
    __int64 RangeStartByte;
    __int64 RangeEndByte;
    static TAmazonGetObjectOptionals __fastcall Create();
    void __fastcall PopulateHeaders(System::Classes::TStrings* Headers);
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI Data.Cloud.AmazonAPI

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!