Class AzureDataLakeStoreWriteSettingsResponse


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

      • copyBehavior

        public java.util.Optional<java.lang.Object> copyBehavior()
        Returns:
        The type of copy behavior for copy sink.
      • 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).
      • expiryDateTime

        public java.util.Optional<java.lang.Object> expiryDateTime()
        Returns:
        Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. 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).
      • metadata

        public java.util.List<MetadataItemResponse> metadata()
        Returns:
        Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
      • type

        public java.lang.String type()
        Returns:
        The write setting type. Expected value is 'AzureDataLakeStoreWriteSettings'.