@@ -38,24 +38,24 @@ To run this cmdlet, you must start Windows PowerShell® with the **Run as admini
3838
3939This 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** .
4246Indicates the number of data chunks in a container.
4347- ** DataContainerCount** .
4448Indicates 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** .
5650Indicates 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