CloudTieringCachePerformance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Server endpoint cloud tiering status object.
public class CloudTieringCachePerformance
type CloudTieringCachePerformance = class
Public Class CloudTieringCachePerformance
- Inheritance
-
CloudTieringCachePerformance
Constructors
CloudTieringCachePerformance() |
Initializes a new instance of the CloudTieringCachePerformance class. |
CloudTieringCachePerformance(Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>) |
Initializes a new instance of the CloudTieringCachePerformance class. |
Properties
CacheHitBytes |
Gets count of bytes that were served from the local server |
CacheHitBytesPercent |
Gets percentage of total bytes (hit + miss) that were served from the local server |
CacheMissBytes |
Gets count of bytes that were served from the cloud |
LastUpdatedTimestamp |
Gets last updated timestamp |
Methods
Validate() |
Validate the object. |