IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummaryStorageQuotaIndex Property

Selects the storage type quota to show information for.

Syntax

ANSI (Cross Platform)
int GetDirSummaryStorageQuotaIndex();

Unicode (Windows)
INT GetDirSummaryStorageQuotaIndex();
@property (nonatomic,readonly,assign,getter=dirSummaryStorageQuotaIndex) int dirSummaryStorageQuotaIndex;
- (int)dirSummaryStorageQuotaIndex;
#define PID_HADOOPDFS_DIRSUMMARYSTORAGEQUOTAINDEX 11

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

Default Value

-1

Remarks

Selects the storage type quota to show information for.

This property selects which storage type quota's information to reflect in the DirSummaryStorageQuota, DirSummaryStorageQuotaType, and DirSummaryStorageQuotaUsed properties; those properties are re-populated when this property's value is changed.

Valid values for this property are -1 to (DirSummaryStorageQuotaCount - 1); invalid indices are ignored. The default value is 0 if DirSummaryStorageQuotaCount is greater than 0, and -1 otherwise.

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]