Class AmazonS3ReadSettingsResponse


  • public final class AmazonS3ReadSettingsResponse
    extends java.lang.Object
    • Method Detail

      • deleteFilesAfterCompletion

        public java.util.Optional<java.lang.Object> deleteFilesAfterCompletion()
        Returns:
        Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
      • disableMetricsCollection

        public java.util.Optional<java.lang.Object> disableMetricsCollection()
        Returns:
        If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
      • enablePartitionDiscovery

        public java.util.Optional<java.lang.Boolean> enablePartitionDiscovery()
        Returns:
        Indicates whether to enable partition discovery.
      • fileListPath

        public java.util.Optional<java.lang.Object> fileListPath()
        Returns:
        Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
      • maxConcurrentConnections

        public java.util.Optional<java.lang.Object> maxConcurrentConnections()
        Returns:
        The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
      • modifiedDatetimeEnd

        public java.util.Optional<java.lang.Object> modifiedDatetimeEnd()
        Returns:
        The end of file's modified datetime. Type: string (or Expression with resultType string).
      • modifiedDatetimeStart

        public java.util.Optional<java.lang.Object> modifiedDatetimeStart()
        Returns:
        The start of file's modified datetime. Type: string (or Expression with resultType string).
      • partitionRootPath

        public java.util.Optional<java.lang.Object> partitionRootPath()
        Returns:
        Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
      • prefix

        public java.util.Optional<java.lang.Object> prefix()
        Returns:
        The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
      • recursive

        public java.util.Optional<java.lang.Object> recursive()
        Returns:
        If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
      • type

        public java.lang.String type()
        Returns:
        The read setting type. Expected value is 'AmazonS3ReadSettings'.
      • wildcardFileName

        public java.util.Optional<java.lang.Object> wildcardFileName()
        Returns:
        AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
      • wildcardFolderPath

        public java.util.Optional<java.lang.Object> wildcardFolderPath()
        Returns:
        AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).