Class CacheMemoryEstimates
Inheritance
System.Object
CacheMemoryEstimates
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CacheMemoryEstimates : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AtTheMaximumFrequency
Declaration
public string AtTheMaximumFrequency { get; }
Property Value
| Type |
Description |
| System.String |
|
AtTheMinimumFrequency
Declaration
public string AtTheMinimumFrequency { get; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
UpperBoundForTotalEstimate
Declaration
public string UpperBoundForTotalEstimate { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods