Click or drag to resize

BlockSizeHistogram Class

BlockSizeHistogram
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiBlockSizeHistogram

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class BlockSizeHistogram : RpcBase

The BlockSizeHistogram type exposes the following members.

Constructors
  NameDescription
Public methodBlockSizeHistogram
Initializes a new instance of the BlockSizeHistogram class
Top
Properties
  NameDescription
Public propertyBucket131072Plus
Number of block size samples greater than or equal to 131072 bytes
Public propertyBucket16384To32767
Number of block size samples between 16384 and 32767 bytes
Public propertyBucket32768To65535
Number of block size samples between 32768 and 65535 bytes
Public propertyBucket4096to8191
Number of block size samples between 4096 and 8191 bytes
Public propertyBucket512To4095
Number of block size samples between 512 and 4095 bytes
Public propertyBucket65536To131071
Number of block size samples between 65536 and 131071 bytes
Public propertyBucket8192To16383
Number of block size samples between 8192 and 16383 bytes
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also