API:Data.Cloud.AzureAPI.TAzureBlobPageRange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TAzureBlobPageRange = record
    StartByte: Int64;
    EndByte: Int64;
    class function Create(StartByte, EndByte: Int64): TAzureBlobPageRange; static;
    function GetStartPage: Integer;
    function GetPageCount: Integer;
  end;

C++

struct DECLSPEC_DRECORD TAzureBlobPageRange
{
public:
    __int64 StartByte;
    __int64 EndByte;
    static TAzureBlobPageRange __fastcall Create(__int64 StartByte, __int64 EndByte);
    int __fastcall GetStartPage();
    int __fastcall GetPageCount();
};

Propriétés

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

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 !