CloudTieringCachePerformance Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. CloudTieringCachePerformance
- com.
Implements
public final class CloudTieringCachePerformance
implements JsonSerializable<CloudTieringCachePerformance>
Server endpoint cloud tiering status object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
cacheHitBytes()
Get the cache |
| Integer |
cacheHitBytesPercent()
Get the cache |
| Long |
cacheMissBytes()
Get the cache |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
|
Offset |
lastUpdatedTimestamp()
Get the last |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
cacheHitBytes
public Long cacheHitBytes()
Get the cacheHitBytes property: Count of bytes that were served from the local server.
Returns:
cacheHitBytesPercent
public Integer cacheHitBytesPercent()
Get the cacheHitBytesPercent property: Percentage of total bytes (hit + miss) that were served from the local server.
Returns:
cacheMissBytes
public Long cacheMissBytes()
Get the cacheMissBytes property: Count of bytes that were served from the cloud.
Returns:
fromJson
public static CloudTieringCachePerformance fromJson(JsonReader jsonReader)
Reads an instance of CloudTieringCachePerformance from the JsonReader.
Parameters:
Returns:
Throws:
lastUpdatedTimestamp
public OffsetDateTime lastUpdatedTimestamp()
Get the lastUpdatedTimestamp property: Last updated timestamp.
Returns: