ArmStorageSyncModelFactory.CloudTieringCachePerformance Method

Definition

Initializes a new instance of CloudTieringCachePerformance.

public static Azure.ResourceManager.StorageSync.Models.CloudTieringCachePerformance CloudTieringCachePerformance (DateTimeOffset? lastUpdatedOn = default, long? cacheHitBytes = default, long? cacheMissBytes = default, int? cacheHitBytesPercent = default);
static member CloudTieringCachePerformance : Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int> -> Azure.ResourceManager.StorageSync.Models.CloudTieringCachePerformance
Public Shared Function CloudTieringCachePerformance (Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional cacheHitBytes As Nullable(Of Long) = Nothing, Optional cacheMissBytes As Nullable(Of Long) = Nothing, Optional cacheHitBytesPercent As Nullable(Of Integer) = Nothing) As CloudTieringCachePerformance

Parameters

lastUpdatedOn
Nullable<DateTimeOffset>

Last updated timestamp.

cacheHitBytes
Nullable<Int64>

Count of bytes that were served from the local server.

cacheMissBytes
Nullable<Int64>

Count of bytes that were served from the cloud.

cacheHitBytesPercent
Nullable<Int32>

Percentage of total bytes (hit + miss) that were served from the local server.

Returns

A new CloudTieringCachePerformance instance for mocking.

Applies to