Skip to content

Commit fd6258e

Browse files
RobBiddlemichaeltlombardi
authored andcommitted
Style guide fixes
1 parent a3a0f12 commit fd6258e

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

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

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,25 @@ 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.
45-
- **DataChunkCount**.
46-
Indicates the number of data chunks in a container.
47-
- **DataContainerCount**.
48-
Indicates the number of containers in the data store.
49-
- **HotspotContainerCount**.
50-
Indicates the number of hotspots in the stream map store.
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.
41+
- `CorruptionCount`
42+
- Indicates the number of corruptions found on the volume.
43+
- `DataChunkAverageSize`
44+
- Indicates the data store size, not including chunk metadata, divided by the total number of data
45+
chunks in the data store.
46+
- `DataChunkCount`
47+
- Indicates the number of data chunks in a container.
48+
- `DataContainerCount`
49+
- Indicates the number of containers in the data store.
50+
- `HotspotContainerCount`
51+
- Indicates the number of hotspots in the stream map store.
52+
- `HotspotCount`
53+
- Indicates the number of hotspots in a container.
54+
- `StreamMapAverageChunkCount`
55+
- Indicates the stream map store size divided by the total number of streams in the store.
56+
- `StreamMapContainerCount`
57+
- Indicates the number of containers in the stream map store.
58+
- `StreamMapCount`
59+
- Indicates the number of data streams in a container.
5960

6061
## EXAMPLES
6162

0 commit comments

Comments
 (0)