CloudEndpointLastChangeEnumerationStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.models.CloudEndpointLastChangeEnumerationStatus

Implements

public final class CloudEndpointLastChangeEnumerationStatus
implements JsonSerializable<CloudEndpointLastChangeEnumerationStatus>

Cloud endpoint change enumeration status object.

Method Summary

Modifier and Type Method and Description
OffsetDateTime completedTimestamp()

Get the completedTimestamp property: Timestamp when change enumeration completed.

static CloudEndpointLastChangeEnumerationStatus fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointLastChangeEnumerationStatus from the JsonReader.

Long namespaceDirectoriesCount()

Get the namespaceDirectoriesCount property: Count of directories in the namespace.

Long namespaceFilesCount()

Get the namespaceFilesCount property: Count of files in the namespace.

Long namespaceSizeBytes()

Get the namespaceSizeBytes property: Namespace size in bytes.

OffsetDateTime nextRunTimestamp()

Get the nextRunTimestamp property: Timestamp of when change enumeration is expected to run again.

OffsetDateTime startedTimestamp()

Get the startedTimestamp property: Timestamp when change enumeration started.

JsonWriter 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:

the completedTimestamp value.

fromJson

public static CloudEndpointLastChangeEnumerationStatus fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointLastChangeEnumerationStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudEndpointLastChangeEnumerationStatus if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CloudEndpointLastChangeEnumerationStatus.

namespaceDirectoriesCount

public Long namespaceDirectoriesCount()

Get the namespaceDirectoriesCount property: Count of directories in the namespace.

Returns:

the namespaceDirectoriesCount value.

namespaceFilesCount

public Long namespaceFilesCount()

Get the namespaceFilesCount property: Count of files in the namespace.

Returns:

the namespaceFilesCount value.

namespaceSizeBytes

public Long namespaceSizeBytes()

Get the namespaceSizeBytes property: Namespace size in bytes.

Returns:

the namespaceSizeBytes value.

nextRunTimestamp

public OffsetDateTime nextRunTimestamp()

Get the nextRunTimestamp property: Timestamp of when change enumeration is expected to run again.

Returns:

the nextRunTimestamp value.

startedTimestamp

public OffsetDateTime startedTimestamp()

Get the startedTimestamp property: Timestamp when change enumeration started.

Returns:

the startedTimestamp value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to