Skip to content

Commit a3a0f12

Browse files
RobBiddlemichaeltlombardi
authored andcommitted
Alphabetically sorting property list
1 parent f4fdfc9 commit a3a0f12

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docset/winserver2022-ps/deduplication/Get-DedupMetadata.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@ To run this cmdlet, you must start Windows PowerShell® with the **Run as admini
3838

3939
This cmdlet returns the following properties:
4040

41+
- **CorruptionCount**.
42+
Indicates the number of corruptions found on the volume.
43+
- **DataChunkAverageSize**. Indicates the data store size, not including chunk metadata, divided by
44+
the total number of data chunks in the data store.
4145
- **DataChunkCount**.
4246
Indicates the number of data chunks in a container.
4347
- **DataContainerCount**.
4448
Indicates the number of containers in the data store.
45-
- **DataChunkAverageSize**. Indicates the data store size, not including chunk metadata, divided by
46-
the total number of data chunks in the data store.
47-
- **StreamMapCount**.
48-
Indicates the number of data streams in a container.
49-
- **StreamMapContainerCount**.
50-
Indicates the number of containers in the stream map store.
51-
- **StreamMapAverageChunkCount**.
52-
Indicates the stream map store size divided by the total number of streams in the store.
53-
- **HotspotCount**.
54-
Indicates the number of hotspots in a container.
5549
- **HotspotContainerCount**.
5650
Indicates the number of hotspots in the stream map store.
57-
- **CorruptionCount**.
58-
Indicates the number of corruptions found on the volume.
51+
- **HotspotCount**.
52+
Indicates the number of hotspots in a container.
53+
- **StreamMapAverageChunkCount**.
54+
Indicates the stream map store size divided by the total number of streams in the store.
55+
- **StreamMapContainerCount**.
56+
Indicates the number of containers in the stream map store.
57+
- **StreamMapCount**.
58+
Indicates the number of data streams in a container.
5959

6060
## EXAMPLES
6161

0 commit comments

Comments
 (0)