Share via


CloudTieringCachePerformance Class

Definition

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.

Applies to