Class TaskExecutionFilesListedDetail

    • Method Detail

      • atSource

        public final Long atSource()

        The number of objects that DataSync finds at your source location.

        • With a manifest, DataSync lists only what's in your manifest (and not everything at your source location).

        • With an include filter, DataSync lists only what matches the filter at your source location.

        • With an exclude filter, DataSync lists everything at your source location before applying the filter.

        Returns:
        The number of objects that DataSync finds at your source location.

        • With a manifest , DataSync lists only what's in your manifest (and not everything at your source location).

        • With an include filter, DataSync lists only what matches the filter at your source location.

        • With an exclude filter, DataSync lists everything at your source location before applying the filter.

      • atDestinationForDelete

        public final Long atDestinationForDelete()

        The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.

        Returns:
        The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)