Class FileShareDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.FileShareDatasetTypeProperties

public final class FileShareDatasetTypeProperties extends Object
On-premises file system dataset properties.
  • Constructor Details

    • FileShareDatasetTypeProperties

      public FileShareDatasetTypeProperties()
  • Method Details

    • folderPath

      public Object folderPath()
      Get the folderPath property: The path of the on-premises file system. Type: string (or Expression with resultType string).
      Returns:
      the folderPath value.
    • withFolderPath

      public FileShareDatasetTypeProperties withFolderPath(Object folderPath)
      Set the folderPath property: The path of the on-premises file system. Type: string (or Expression with resultType string).
      Parameters:
      folderPath - the folderPath value to set.
      Returns:
      the FileShareDatasetTypeProperties object itself.
    • fileName

      public Object fileName()
      Get the fileName property: The name of the on-premises file system. Type: string (or Expression with resultType string).
      Returns:
      the fileName value.
    • withFileName

      public FileShareDatasetTypeProperties withFileName(Object fileName)
      Set the fileName property: The name of the on-premises file system. Type: string (or Expression with resultType string).
      Parameters:
      fileName - the fileName value to set.
      Returns:
      the FileShareDatasetTypeProperties object itself.
    • modifiedDatetimeStart

      public Object modifiedDatetimeStart()
      Get the modifiedDatetimeStart property: The start of file's modified datetime. Type: string (or Expression with resultType string).
      Returns:
      the modifiedDatetimeStart value.
    • withModifiedDatetimeStart

      public FileShareDatasetTypeProperties withModifiedDatetimeStart(Object modifiedDatetimeStart)
      Set the modifiedDatetimeStart property: The start of file's modified datetime. Type: string (or Expression with resultType string).
      Parameters:
      modifiedDatetimeStart - the modifiedDatetimeStart value to set.
      Returns:
      the FileShareDatasetTypeProperties object itself.
    • modifiedDatetimeEnd

      public Object modifiedDatetimeEnd()
      Get the modifiedDatetimeEnd property: The end of file's modified datetime. Type: string (or Expression with resultType string).
      Returns:
      the modifiedDatetimeEnd value.
    • withModifiedDatetimeEnd

      public FileShareDatasetTypeProperties withModifiedDatetimeEnd(Object modifiedDatetimeEnd)
      Set the modifiedDatetimeEnd property: The end of file's modified datetime. Type: string (or Expression with resultType string).
      Parameters:
      modifiedDatetimeEnd - the modifiedDatetimeEnd value to set.
      Returns:
      the FileShareDatasetTypeProperties object itself.
    • format

      public DatasetStorageFormat format()
      Get the format property: The format of the files.
      Returns:
      the format value.
    • withFormat

      Set the format property: The format of the files.
      Parameters:
      format - the format value to set.
      Returns:
      the FileShareDatasetTypeProperties object itself.
    • fileFilter

      public Object fileFilter()
      Get the fileFilter property: Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
      Returns:
      the fileFilter value.
    • withFileFilter

      public FileShareDatasetTypeProperties withFileFilter(Object fileFilter)
      Set the fileFilter property: Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
      Parameters:
      fileFilter - the fileFilter value to set.
      Returns:
      the FileShareDatasetTypeProperties object itself.
    • compression

      public DatasetCompression compression()
      Get the compression property: The data compression method used for the file system.
      Returns:
      the compression value.
    • withCompression

      public FileShareDatasetTypeProperties withCompression(DatasetCompression compression)
      Set the compression property: The data compression method used for the file system.
      Parameters:
      compression - the compression value to set.
      Returns:
      the FileShareDatasetTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.