Class AzureBlobDatasetTypeProperties


  • public final class AzureBlobDatasetTypeProperties
    extends Object
    Azure Blob dataset properties.
    • Constructor Detail

      • AzureBlobDatasetTypeProperties

        public AzureBlobDatasetTypeProperties()
    • Method Detail

      • folderPath

        public Object folderPath()
        Get the folderPath property: The path of the Azure Blob storage. Type: string (or Expression with resultType string).
        Returns:
        the folderPath value.
      • withFolderPath

        public AzureBlobDatasetTypeProperties withFolderPath​(Object folderPath)
        Set the folderPath property: The path of the Azure Blob storage. Type: string (or Expression with resultType string).
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the AzureBlobDatasetTypeProperties object itself.
      • tableRootLocation

        public Object tableRootLocation()
        Get the tableRootLocation property: The root of blob path. Type: string (or Expression with resultType string).
        Returns:
        the tableRootLocation value.
      • withTableRootLocation

        public AzureBlobDatasetTypeProperties withTableRootLocation​(Object tableRootLocation)
        Set the tableRootLocation property: The root of blob path. Type: string (or Expression with resultType string).
        Parameters:
        tableRootLocation - the tableRootLocation value to set.
        Returns:
        the AzureBlobDatasetTypeProperties object itself.
      • fileName

        public Object fileName()
        Get the fileName property: The name of the Azure Blob. Type: string (or Expression with resultType string).
        Returns:
        the fileName value.
      • withFileName

        public AzureBlobDatasetTypeProperties withFileName​(Object fileName)
        Set the fileName property: The name of the Azure Blob. Type: string (or Expression with resultType string).
        Parameters:
        fileName - the fileName value to set.
        Returns:
        the AzureBlobDatasetTypeProperties object itself.
      • modifiedDatetimeStart

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

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

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

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

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

        public AzureBlobDatasetTypeProperties withFormat​(DatasetStorageFormat format)
        Set the format property: The format of the Azure Blob storage.
        Parameters:
        format - the format value to set.
        Returns:
        the AzureBlobDatasetTypeProperties object itself.
      • compression

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

        public AzureBlobDatasetTypeProperties withCompression​(DatasetCompression compression)
        Set the compression property: The data compression method used for the blob storage.
        Parameters:
        compression - the compression value to set.
        Returns:
        the AzureBlobDatasetTypeProperties object itself.
      • validate

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