API:Data.Cloud.AzureAPI.TAzureBlobPageRange

From RAD Studio API Documentation
Jump to: navigation, search

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(void);
    int __fastcall GetPageCount(void);
};

Properties

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

Description

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