Class AzureBlobStorageReadSettingsArgs


  • public final class AzureBlobStorageReadSettingsArgs
    extends com.pulumi.resources.ResourceArgs
    Azure blob read settings.
    • Method Detail

      • deleteFilesAfterCompletion

        public java.util.Optional<com.pulumi.core.Output<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<com.pulumi.core.Output<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<com.pulumi.core.Output<java.lang.Object>> enablePartitionDiscovery()
        Returns:
        Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
      • fileListPath

        public java.util.Optional<com.pulumi.core.Output<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<com.pulumi.core.Output<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<com.pulumi.core.Output<java.lang.Object>> modifiedDatetimeEnd()
        Returns:
        The end of file's modified datetime. Type: string (or Expression with resultType string).
      • modifiedDatetimeStart

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

        public java.util.Optional<com.pulumi.core.Output<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<com.pulumi.core.Output<java.lang.Object>> prefix()
        Returns:
        The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
      • recursive

        public java.util.Optional<com.pulumi.core.Output<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 com.pulumi.core.Output<java.lang.String> type()
        Returns:
        The read setting type. Expected value is 'AzureBlobStorageReadSettings'.
      • wildcardFileName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> wildcardFileName()
        Returns:
        Azure blob wildcardFileName. Type: string (or Expression with resultType string).
      • wildcardFolderPath

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> wildcardFolderPath()
        Returns:
        Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).