Class AzureDataLakeStoreWriteSettings


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

      • AzureDataLakeStoreWriteSettings

        public AzureDataLakeStoreWriteSettings()
    • Method Detail

      • getExpiryDateTime

        public Object getExpiryDateTime()
        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.
      • setExpiryDateTime

        public AzureDataLakeStoreWriteSettings setExpiryDateTime​(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.
      • setMaxConcurrentConnections

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