ArmStorageSyncModelFactory.CloudTieringCachePerformance Method
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.
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.
Percentage of total bytes (hit + miss) that were served from the local server.
Returns
A new CloudTieringCachePerformance instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET