Measure method of the MSFT_DedupFileMetadata class

Returns a class representing the deduplication metadata for a specified file.

Syntax

uint32 Measure(
  [in]  string                 Path[],
  [out] MSFT_DedupFileMetadata DedupFileMetadata
);

Parameters

Path [in]

Path to a file.

DedupFileMetadata [out]

Contains an instance of a MSFT_DedupFileMetadata class representing the metadata for the specified path.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Deduplication
MOF
DeduplicationProvider.mof
DLL
DdpWmi.dll

See also

MSFT_DedupFileMetadata