IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummarySpaceQuota Property

The space quota imposed on the directory.

Syntax

ANSI (Cross Platform)
int64 GetDirSummarySpaceQuota();

Unicode (Windows)
LONG64 GetDirSummarySpaceQuota();
@property (nonatomic,readonly,assign,getter=dirSummarySpaceQuota) long long dirSummarySpaceQuota;
- (long long)dirSummarySpaceQuota;
#define PID_HADOOPDFS_DIRSUMMARYSPACEQUOTA 7

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

Default Value

-1

Remarks

The space quota imposed on the directory.

This property reflects the overall space quota (in bytes) imposed on the directory, or -1 if the directory doesn't have a space quota set.

A space quota limits the total number of bytes the files within a directory (or any of its subdirectories) may consume across all storage mediums. Space quotas are tracked separately from each directory's various DirSummaryStorageQuotas, and only one space quota may be applied to any given directory.

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

Data Type

Long64

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