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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET