IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

BlobIsLeaseInfinite Property

Whether the blob's lease duration is infinite.

Syntax

ANSI (Cross Platform)
int GetBlobIsLeaseInfinite(int iBlobIndex);

Unicode (Windows)
BOOL GetBlobIsLeaseInfinite(INT iBlobIndex);
- (BOOL)blobIsLeaseInfinite:(int)blobIndex;
#define PID_AZUREBLOB_BLOBISLEASEINFINITE 22

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

FALSE

Remarks

Whether the blob's lease duration is infinite.

This property indicates whether the blob's lease duration is fixed (false) or infinite (true).

This property is always false when BlobIsLeased is false.

The BlobIndex parameter specifies the index of the item in the array. The size of the array is controlled by the BlobCount property.

This property is read-only and not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Edition - Version 20.0 [Build 8265]