BlockSizeHistogram Class |
Namespace: SolidFire.Element.Api
public class BlockSizeHistogram : RpcBase
The BlockSizeHistogram type exposes the following members.
Name | Description | |
---|---|---|
BlockSizeHistogram | Initializes a new instance of the BlockSizeHistogram class |
Name | Description | |
---|---|---|
Bucket131072Plus |
Number of block size samples greater than or equal to 131072 bytes
| |
Bucket16384To32767 |
Number of block size samples between 16384 and 32767 bytes
| |
Bucket32768To65535 |
Number of block size samples between 32768 and 65535 bytes
| |
Bucket4096to8191 |
Number of block size samples between 4096 and 8191 bytes
| |
Bucket512To4095 |
Number of block size samples between 512 and 4095 bytes
| |
Bucket65536To131071 |
Number of block size samples between 65536 and 131071 bytes
| |
Bucket8192To16383 |
Number of block size samples between 8192 and 16383 bytes
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |