Class AzureDataLakeStoreWriteSettings


  • public final class AzureDataLakeStoreWriteSettings
    extends StoreWriteSettings
    Azure data lake store write settings.
    • Constructor Detail

      • AzureDataLakeStoreWriteSettings

        public AzureDataLakeStoreWriteSettings()
    • Method Detail

      • expiryDateTime

        public Object expiryDateTime()
        Get the expiryDateTime property: 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: integer (or Expression with resultType integer).
        Returns:
        the expiryDateTime value.
      • withExpiryDateTime

        public AzureDataLakeStoreWriteSettings withExpiryDateTime​(Object expiryDateTime)
        Set the expiryDateTime property: 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: integer (or Expression with resultType integer).
        Parameters:
        expiryDateTime - the expiryDateTime value to set.
        Returns:
        the AzureDataLakeStoreWriteSettings object itself.
      • withMaxConcurrentConnections

        public AzureDataLakeStoreWriteSettings withMaxConcurrentConnections​(Object maxConcurrentConnections)
        Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
        Overrides:
        withMaxConcurrentConnections in class StoreWriteSettings
        Parameters:
        maxConcurrentConnections - the maxConcurrentConnections value to set.
        Returns:
        the StoreWriteSettings object itself.
      • withDisableMetricsCollection

        public AzureDataLakeStoreWriteSettings withDisableMetricsCollection​(Object disableMetricsCollection)
        Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
        Overrides:
        withDisableMetricsCollection in class StoreWriteSettings
        Parameters:
        disableMetricsCollection - the disableMetricsCollection value to set.
        Returns:
        the StoreWriteSettings object itself.