IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummaryStorageQuotaCount Property

The number of storage type quotas associated with the directory.

Syntax

ANSI (Cross Platform)
int GetDirSummaryStorageQuotaCount();

Unicode (Windows)
INT GetDirSummaryStorageQuotaCount();
@property (nonatomic,readonly,assign,getter=dirSummaryStorageQuotaCount) int dirSummaryStorageQuotaCount;
- (int)dirSummaryStorageQuotaCount;
#define PID_HADOOPDFS_DIRSUMMARYSTORAGEQUOTACOUNT 10

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

Default Value

0

Remarks

The number of storage type quotas associated with the directory.

This property reflects the number of storage type quotas associated with the directory. Use the DirSummaryStorageQuotaIndex property to select which storage type quota's information to reflect in the DirSummaryStorageQuota, DirSummaryStorageQuotaType, and DirSummaryStorageQuotaUsed properties.

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

Data Type

Integer

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