ServerEndpointSyncActivityStatus Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. ServerEndpointSyncActivityStatus
- com.
Implements
public final class ServerEndpointSyncActivityStatus
implements JsonSerializable<ServerEndpointSyncActivityStatus>
Sync Session status object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
appliedBytes()
Get the applied |
| Long |
appliedItemCount()
Get the applied |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
| String |
inProgressLargeFilePath()
Get the in |
| Integer |
inProgressLargeFilePercentComplete()
Get the in |
| Long |
inProgressLargeFileSizeBytes()
Get the in |
| Boolean |
isRemainingFinal()
Get the is |
| Long |
perItemErrorCount()
Get the per |
| Double |
recentItemsPerSecond()
Get the recent |
| Double |
recentMegabytesPerSecond()
Get the recent |
| Long |
remainingDeleteCount()
Get the remaining |
| Long |
remainingDirectoryCount()
Get the remaining |
| Long |
remainingFileCount()
Get the remaining |
| Long |
remainingLogicalSizeBytes()
Get the remaining |
| Integer |
sessionMinutesRemaining()
Get the session |
|
Server |
syncMode()
Get the sync |
|
Offset |
timestamp()
Get the timestamp property: Timestamp when properties were updated. |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
totalBytes()
Get the total |
| Long |
totalItemCount()
Get the total |
|
Server |
warning()
Get the warning property: Warning type (if any). |
Methods inherited from java.lang.Object
Method Details
appliedBytes
public Long appliedBytes()
Get the appliedBytes property: Applied bytes.
Returns:
appliedItemCount
public Long appliedItemCount()
Get the appliedItemCount property: Applied item count.
Returns:
fromJson
public static ServerEndpointSyncActivityStatus fromJson(JsonReader jsonReader)
Reads an instance of ServerEndpointSyncActivityStatus from the JsonReader.
Parameters:
Returns:
Throws:
inProgressLargeFilePath
public String inProgressLargeFilePath()
Get the inProgressLargeFilePath property: Path of large file currently in progress.
Returns:
inProgressLargeFilePercentComplete
public Integer inProgressLargeFilePercentComplete()
Get the inProgressLargeFilePercentComplete property: Percent complete (0-100) of large file currently in progress.
Returns:
inProgressLargeFileSizeBytes
public Long inProgressLargeFileSizeBytes()
Get the inProgressLargeFileSizeBytes property: Size in bytes of large file currently in progress.
Returns:
isRemainingFinal
public Boolean isRemainingFinal()
Get the isRemainingFinal property: Whether the remaining counts are final.
Returns:
perItemErrorCount
public Long perItemErrorCount()
Get the perItemErrorCount property: Per item error count.
Returns:
recentItemsPerSecond
public Double recentItemsPerSecond()
Get the recentItemsPerSecond property: Recent throughput in items per second.
Returns:
recentMegabytesPerSecond
public Double recentMegabytesPerSecond()
Get the recentMegabytesPerSecond property: Recent throughput in megabytes per second.
Returns:
remainingDeleteCount
public Long remainingDeleteCount()
Get the remainingDeleteCount property: Remaining delete count (if totals are final).
Returns:
remainingDirectoryCount
public Long remainingDirectoryCount()
Get the remainingDirectoryCount property: Remaining directory count (if totals are final).
Returns:
remainingFileCount
public Long remainingFileCount()
Get the remainingFileCount property: Remaining file count (if totals are final).
Returns:
remainingLogicalSizeBytes
public Long remainingLogicalSizeBytes()
Get the remainingLogicalSizeBytes property: Remaining logical size in bytes (if totals are final).
Returns:
sessionMinutesRemaining
public Integer sessionMinutesRemaining()
Get the sessionMinutesRemaining property: Session minutes remaining (if available).
Returns:
syncMode
public ServerEndpointSyncMode syncMode()
Get the syncMode property: Sync mode.
Returns:
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: Timestamp when properties were updated.
Returns:
toJson
totalBytes
public Long totalBytes()
Get the totalBytes property: Total bytes (if available).
Returns:
totalItemCount
public Long totalItemCount()
Get the totalItemCount property: Total item count (if available).
Returns:
warning
public ServerEndpointSyncSessionWarningType warning()
Get the warning property: Warning type (if any).
Returns: