Data.Cloud.AzureAPI.TAzureQueryIncludeBlockType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TAzureQueryIncludeBlockType = (aqbtCommitted, aqbtUncommitted, aqbtAll);

C++

enum DECLSPEC_DENUM TAzureQueryIncludeBlockType : unsigned char { aqbtCommitted, aqbtUncommitted, aqbtAll };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI Data.Cloud.AzureAPI


Beschreibung

Wird beim Abfragen von Blöcken zur Ermittlung aller oder bestimmter Blöcke (basierend auf dem Typ) verwendet.

TAzureBlockListItem ist ein Record, der beim Abfragen von Blöcken zur Ermittlung aller oder bestimmter Blöcke (basierend auf dem Typ) verwendet wird.

Siehe auch