IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummarySize Property

The total size of the directory contents, excluding file replicas.

Syntax

ANSI (Cross Platform)
int64 GetDirSummarySize();

Unicode (Windows)
LONG64 GetDirSummarySize();
@property (nonatomic,readonly,assign,getter=dirSummarySize) long long dirSummarySize;
- (long long)dirSummarySize;
#define PID_HADOOPDFS_DIRSUMMARYSIZE 6

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

Default Value

0

Remarks

The total size of the directory contents, excluding file replicas.

This property reflects the total size (in bytes) of the directory's contents, calculated recursively.

Unlike DirSummarySpaceUsed, this property's value does not take file replicas into account, and thus should not be interpreted as the actual number of bytes the directory's contents use on disk.

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]