IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummarySpaceUsed Property

The total amount of space the directory consumes on disk.

Syntax

ANSI (Cross Platform)
int64 GetDirSummarySpaceUsed();

Unicode (Windows)
LONG64 GetDirSummarySpaceUsed();
@property (nonatomic,readonly,assign,getter=dirSummarySpaceUsed) long long dirSummarySpaceUsed;
- (long long)dirSummarySpaceUsed;
#define PID_HADOOPDFS_DIRSUMMARYSPACEUSED 8

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

Default Value

0

Remarks

The total amount of space the directory consumes on disk.

This property reflects the total amount of space (in bytes) that the directory's contents, calculated recursively, consume on disk.

Unlike DirSummarySize, this property's value includes space consumed by file replicas.

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]