CloudEndpointLastChangeEnumerationStatus Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. CloudEndpointLastChangeEnumerationStatus
- com.
Implements
public final class CloudEndpointLastChangeEnumerationStatus
implements JsonSerializable<CloudEndpointLastChangeEnumerationStatus>
Cloud endpoint change enumeration status object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
completedTimestamp()
Get the completed |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
| Long |
namespaceDirectoriesCount()
Get the namespace |
| Long |
namespaceFilesCount()
Get the namespace |
| Long |
namespaceSizeBytes()
Get the namespace |
|
Offset |
nextRunTimestamp()
Get the next |
|
Offset |
startedTimestamp()
Get the started |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
completedTimestamp
public OffsetDateTime completedTimestamp()
Get the completedTimestamp property: Timestamp when change enumeration completed.
Returns:
fromJson
public static CloudEndpointLastChangeEnumerationStatus fromJson(JsonReader jsonReader)
Reads an instance of CloudEndpointLastChangeEnumerationStatus from the JsonReader.
Parameters:
Returns:
Throws:
namespaceDirectoriesCount
public Long namespaceDirectoriesCount()
Get the namespaceDirectoriesCount property: Count of directories in the namespace.
Returns:
namespaceFilesCount
public Long namespaceFilesCount()
Get the namespaceFilesCount property: Count of files in the namespace.
Returns:
namespaceSizeBytes
public Long namespaceSizeBytes()
Get the namespaceSizeBytes property: Namespace size in bytes.
Returns:
nextRunTimestamp
public OffsetDateTime nextRunTimestamp()
Get the nextRunTimestamp property: Timestamp of when change enumeration is expected to run again.
Returns:
startedTimestamp
public OffsetDateTime startedTimestamp()
Get the startedTimestamp property: Timestamp when change enumeration started.
Returns: