CloudEndpointChangeEnumerationActivity Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. CloudEndpointChangeEnumerationActivity
- com.
Implements
public final class CloudEndpointChangeEnumerationActivity
implements JsonSerializable<CloudEndpointChangeEnumerationActivity>
Cloud endpoint change enumeration activity object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
deletesProgressPercent()
Get the deletes |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
|
Offset |
lastUpdatedTimestamp()
Get the last |
| Integer |
minutesRemaining()
Get the minutes |
|
Cloud |
operationState()
Get the operation |
| Long |
processedDirectoriesCount()
Get the processed |
| Long |
processedFilesCount()
Get the processed |
| Integer |
progressPercent()
Get the progress |
|
Offset |
startedTimestamp()
Get the started |
| Integer |
statusCode()
Get the status |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cloud |
totalCountsState()
Get the total |
| Long |
totalDirectoriesCount()
Get the total |
| Long |
totalFilesCount()
Get the total |
| Long |
totalSizeBytes()
Get the total |
Methods inherited from java.lang.Object
Method Details
deletesProgressPercent
public Integer deletesProgressPercent()
Get the deletesProgressPercent property: Progress percentage for processing deletes. This is done separately from the rest of the enumeration run.
Returns:
fromJson
public static CloudEndpointChangeEnumerationActivity fromJson(JsonReader jsonReader)
Reads an instance of CloudEndpointChangeEnumerationActivity from the JsonReader.
Parameters:
Returns:
Throws:
lastUpdatedTimestamp
public OffsetDateTime lastUpdatedTimestamp()
Get the lastUpdatedTimestamp property: Last updated timestamp.
Returns:
minutesRemaining
public Integer minutesRemaining()
Get the minutesRemaining property: Estimate of time remaining for the enumeration run.
Returns:
operationState
public CloudEndpointChangeEnumerationActivityState operationState()
Get the operationState property: Change enumeration operation state.
Returns:
processedDirectoriesCount
public Long processedDirectoriesCount()
Get the processedDirectoriesCount property: Count of directories processed.
Returns:
processedFilesCount
public Long processedFilesCount()
Get the processedFilesCount property: Count of files processed.
Returns:
progressPercent
public Integer progressPercent()
Get the progressPercent property: Progress percentage for change enumeration run, excluding processing of deletes.
Returns:
startedTimestamp
public OffsetDateTime startedTimestamp()
Get the startedTimestamp property: Timestamp when change enumeration started.
Returns:
statusCode
public Integer statusCode()
Get the statusCode property: When non-zero, indicates an issue that is delaying change enumeration.
Returns:
toJson
totalCountsState
public CloudEndpointChangeEnumerationTotalCountsState totalCountsState()
Get the totalCountsState property: Change enumeration total counts state.
Returns:
totalDirectoriesCount
public Long totalDirectoriesCount()
Get the totalDirectoriesCount property: Total count of directories enumerated.
Returns:
totalFilesCount
public Long totalFilesCount()
Get the totalFilesCount property: Total count of files enumerated.
Returns:
totalSizeBytes
public Long totalSizeBytes()
Get the totalSizeBytes property: Total enumerated size in bytes.
Returns: