Class AzureDataLakeStoreWriteSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.StoreWriteSettings
com.azure.analytics.synapse.artifacts.models.AzureDataLakeStoreWriteSettings

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

    • AzureDataLakeStoreWriteSettings

      public AzureDataLakeStoreWriteSettings()
  • Method Details

    • 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.
    • setCopyBehavior

      public AzureDataLakeStoreWriteSettings setCopyBehavior(Object copyBehavior)
      Set the copyBehavior property: The type of copy behavior for copy sink.
      Overrides:
      setCopyBehavior in class StoreWriteSettings
      Parameters:
      copyBehavior - the copyBehavior value to set.
      Returns:
      the StoreWriteSettings object itself.