Class GoogleCloudStorageLocation

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DatasetLocation
com.azure.analytics.synapse.artifacts.models.GoogleCloudStorageLocation

public final class GoogleCloudStorageLocation extends DatasetLocation
The location of Google Cloud Storage dataset.
  • Constructor Details

    • GoogleCloudStorageLocation

      public GoogleCloudStorageLocation()
  • Method Details

    • getBucketName

      public Object getBucketName()
      Get the bucketName property: Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string).
      Returns:
      the bucketName value.
    • setBucketName

      public GoogleCloudStorageLocation setBucketName(Object bucketName)
      Set the bucketName property: Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string).
      Parameters:
      bucketName - the bucketName value to set.
      Returns:
      the GoogleCloudStorageLocation object itself.
    • getVersion

      public Object getVersion()
      Get the version property: Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string).
      Returns:
      the version value.
    • setVersion

      public GoogleCloudStorageLocation setVersion(Object version)
      Set the version property: Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string).
      Parameters:
      version - the version value to set.
      Returns:
      the GoogleCloudStorageLocation object itself.
    • setFolderPath

      public GoogleCloudStorageLocation setFolderPath(Object folderPath)
      Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
      Overrides:
      setFolderPath in class DatasetLocation
      Parameters:
      folderPath - the folderPath value to set.
      Returns:
      the DatasetLocation object itself.
    • setFileName

      public GoogleCloudStorageLocation setFileName(Object fileName)
      Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
      Overrides:
      setFileName in class DatasetLocation
      Parameters:
      fileName - the fileName value to set.
      Returns:
      the DatasetLocation object itself.