Data.Cloud.AzureAPI.TAzureBlobPageRange.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create(StartByte, EndByte: Int64): TAzureBlobPageRange; static;

C++

static TAzureBlobPageRange __fastcall Create(__int64 StartByte, __int64 EndByte);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobPageRange

Description

Returns a new instance of TAzureBlobPageRange with the specified values as initial values for the StartByte and EndByte properties.

See Also