Class AzureDataLakeStoreWriteSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.StoreWriteSettings
com.azure.resourcemanager.datafactory.models.AzureDataLakeStoreWriteSettings
Azure data lake store write settings.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureDataLakeStoreWriteSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the expiryDateTime property: Specifies the expiry time of the written files.void
validate()
Validates the instance.withCopyBehavior
(Object copyBehavior) Set the copyBehavior property: The type of copy behavior for copy sink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.withExpiryDateTime
(Object expiryDateTime) Set the expiryDateTime property: Specifies the expiry time of the written files.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.Methods inherited from class com.azure.resourcemanager.datafactory.models.StoreWriteSettings
additionalProperties, copyBehavior, disableMetricsCollection, maxConcurrentConnections, withAdditionalProperties
-
Constructor Details
-
AzureDataLakeStoreWriteSettings
public AzureDataLakeStoreWriteSettings()Creates an instance of AzureDataLakeStoreWriteSettings class.
-
-
Method Details
-
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
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 classStoreWriteSettings
- 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 classStoreWriteSettings
- Parameters:
disableMetricsCollection
- the disableMetricsCollection value to set.- Returns:
- the StoreWriteSettings object itself.
-
withCopyBehavior
Set the copyBehavior property: The type of copy behavior for copy sink.- Overrides:
withCopyBehavior
in classStoreWriteSettings
- Parameters:
copyBehavior
- the copyBehavior value to set.- Returns:
- the StoreWriteSettings object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classStoreWriteSettings
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-