API:Data.Cloud.AmazonAPI.TAmazonGetObjectOptionals

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !