Class ZipDeflateReadSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.CompressionReadSettings
com.azure.resourcemanager.datafactory.models.ZipDeflateReadSettings
The ZipDeflate compression read settings.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ZipDeflateReadSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the preserveZipFileNameAsFolder property: Preserve the zip file name as folder path.void
validate()
Validates the instance.withPreserveZipFileNameAsFolder
(Object preserveZipFileNameAsFolder) Set the preserveZipFileNameAsFolder property: Preserve the zip file name as folder path.Methods inherited from class com.azure.resourcemanager.datafactory.models.CompressionReadSettings
additionalProperties, withAdditionalProperties
-
Constructor Details
-
ZipDeflateReadSettings
public ZipDeflateReadSettings()Creates an instance of ZipDeflateReadSettings class.
-
-
Method Details
-
preserveZipFileNameAsFolder
Get the preserveZipFileNameAsFolder property: Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).- Returns:
- the preserveZipFileNameAsFolder value.
-
withPreserveZipFileNameAsFolder
Set the preserveZipFileNameAsFolder property: Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).- Parameters:
preserveZipFileNameAsFolder
- the preserveZipFileNameAsFolder value to set.- Returns:
- the ZipDeflateReadSettings object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classCompressionReadSettings
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-