Data.Cloud.AzureAPI.TAzureBlobPageRange.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureBlobPageRange

Delphi

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

C++

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

Description

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

See Also