Partilhar via


ArmStorageSyncModelFactory.CloudTieringCachePerformance Método

Definição

Inicializa uma nova instância de 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

Parâmetros

lastUpdatedOn
Nullable<DateTimeOffset>

Última atualização de carimbo de hora.

cacheHitBytes
Nullable<Int64>

Contagem de bytes que foram atendidos do servidor local.

cacheMissBytes
Nullable<Int64>

Contagem de bytes que foram atendidos da nuvem.

cacheHitBytesPercent
Nullable<Int32>

Percentual de bytes totais (hit + miss) que foram atendidos do servidor local.

Retornos

Uma nova CloudTieringCachePerformance instância para zombar.

Aplica-se a