AzureDataLakeStoreWriteSettings Class
Azure data lake store write settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.StoreWriteSettingsAzureDataLakeStoreWriteSettings
Constructor
AzureDataLakeStoreWriteSettings(*, additional_properties: Optional[Dict[str, Any]] = None, max_concurrent_connections: Optional[Any] = None, disable_metrics_collection: Optional[Any] = None, copy_behavior: Optional[Any] = None, expiry_date_time: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. The write setting type.Constant filled by server.
- max_concurrent_connections
- any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- disable_metrics_collection
- any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- copy_behavior
- any
The type of copy behavior for copy sink.
- expiry_date_time
- any
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).
Feedback
Submit and view feedback for