Data.Cloud.AzureAPI.TAzureBlob.LeaseStatus
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
| Unit: Data.Cloud.AzureAPI | |
| Parent: TAzureBlob | |
Delphi
property LeaseStatus: TAzureLeaseStatus read FLeaseStatus write FLeaseStatus;
C++
__property TAzureLeaseStatus LeaseStatus = {read=FLeaseStatus, write=FLeaseStatus, nodefault};
Description
The lease status of the blob.
The LeaseStatus property specifies the lease status of the blob (locked/unlocked).
LeaseStatus can take the following values:
| Field | Meaning |
|---|---|
|
alsLocked |
The item is locked. |
|
alsUnlocked |
The item is unlocked. |