IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummaryNameQuota Property

The name quota imposed on the directory.

Syntax

ANSI (Cross Platform)
int64 GetDirSummaryNameQuota();

Unicode (Windows)
LONG64 GetDirSummaryNameQuota();
@property (nonatomic,readonly,assign,getter=dirSummaryNameQuota) long long dirSummaryNameQuota;
- (long long)dirSummaryNameQuota;
#define PID_HADOOPDFS_DIRSUMMARYNAMEQUOTA 5

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

Default Value

-1

Remarks

The name quota imposed on the directory.

This property reflects the name quota imposed on the directory, or -1 if the directory doesn't have a name quota set.

A name quota limits the number of files and directories that can be created within a directory (calculated recursively). Note that a directory's own name is counted against its own quota, so the minimum name quota that may be applied to a directory is 1 (which will force the directory to stay empty).

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]