QuintileHistogram Class |
Namespace: SolidFire.Element.Api
public class QuintileHistogram : RpcBase
The QuintileHistogram type exposes the following members.
Name | Description | |
---|---|---|
![]() | QuintileHistogram | Initializes a new instance of the QuintileHistogram class |
Name | Description | |
---|---|---|
![]() | Bucket0 |
Number of samples measured at 0 percent.
|
![]() | Bucket101Plus |
Number of samples measured at greater than 100% percent.
|
![]() | Bucket1To19 |
Number of samples measured between 1 and 19 percent.
|
![]() | Bucket20To39 |
Number of samples measured between 20 and 39 percent.
|
![]() | Bucket40To59 |
Number of samples measured between 40 and 59 percent.
|
![]() | Bucket60To79 |
Number of samples measured between 60 and 79 percent.
|
![]() | Bucket80To100 |
Number of samples measured between 80 and 100 percent.
|
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.) |