Uses of Class
com.azure.resourcemanager.datafactory.models.DatasetLocation
-
Packages that use DatasetLocation Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DatasetLocation in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return DatasetLocation Modifier and Type Method Description DatasetLocation
AvroDatasetTypeProperties. location()
Get the location property: The location of the avro storage.DatasetLocation
BinaryDatasetTypeProperties. location()
Get the location property: The location of the Binary storage.DatasetLocation
DelimitedTextDatasetTypeProperties. location()
Get the location property: The location of the delimited text storage.DatasetLocation
ExcelDatasetTypeProperties. location()
Get the location property: The location of the excel storage.DatasetLocation
JsonDatasetTypeProperties. location()
Get the location property: The location of the json data storage.DatasetLocation
OrcDatasetTypeProperties. location()
Get the location property: The location of the ORC data storage.DatasetLocation
ParquetDatasetTypeProperties. location()
Get the location property: The location of the parquet storage.DatasetLocation
XmlDatasetTypeProperties. location()
Get the location property: The location of the json data storage.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type DatasetLocation Modifier and Type Method Description AvroDatasetTypeProperties
AvroDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the avro storage.BinaryDatasetTypeProperties
BinaryDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the Binary storage.DelimitedTextDatasetTypeProperties
DelimitedTextDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the delimited text storage.ExcelDatasetTypeProperties
ExcelDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the excel storage.JsonDatasetTypeProperties
JsonDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the json data storage.OrcDatasetTypeProperties
OrcDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the ORC data storage.ParquetDatasetTypeProperties
ParquetDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the parquet storage.XmlDatasetTypeProperties
XmlDatasetTypeProperties. withLocation(DatasetLocation location)
Set the location property: The location of the json data storage. -
Uses of DatasetLocation in com.azure.resourcemanager.datafactory.models
Subclasses of DatasetLocation in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
AmazonS3CompatibleLocation
The location of Amazon S3 Compatible dataset.class
AmazonS3Location
The location of amazon S3 dataset.class
AzureBlobFSLocation
The location of azure blobFS dataset.class
AzureBlobStorageLocation
The location of azure blob dataset.class
AzureDataLakeStoreLocation
The location of azure data lake store dataset.class
AzureFileStorageLocation
The location of file server dataset.class
FileServerLocation
The location of file server dataset.class
FtpServerLocation
The location of ftp server dataset.class
GoogleCloudStorageLocation
The location of Google Cloud Storage dataset.class
HdfsLocation
The location of HDFS.class
HttpServerLocation
The location of http server.class
OracleCloudStorageLocation
The location of Oracle Cloud Storage dataset.class
SftpLocation
The location of SFTP dataset.Methods in com.azure.resourcemanager.datafactory.models that return DatasetLocation Modifier and Type Method Description DatasetLocation
AvroDataset. location()
Get the location property: The location of the avro storage.DatasetLocation
BinaryDataset. location()
Get the location property: The location of the Binary storage.DatasetLocation
DelimitedTextDataset. location()
Get the location property: The location of the delimited text storage.DatasetLocation
ExcelDataset. location()
Get the location property: The location of the excel storage.DatasetLocation
JsonDataset. location()
Get the location property: The location of the json data storage.DatasetLocation
OrcDataset. location()
Get the location property: The location of the ORC data storage.DatasetLocation
ParquetDataset. location()
Get the location property: The location of the parquet storage.DatasetLocation
XmlDataset. location()
Get the location property: The location of the json data storage.DatasetLocation
DatasetLocation. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dataset location.DatasetLocation
DatasetLocation. withFileName(Object fileName)
Set the fileName property: Specify the file name of dataset.DatasetLocation
DatasetLocation. withFolderPath(Object folderPath)
Set the folderPath property: Specify the folder path of dataset.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DatasetLocation Modifier and Type Method Description AvroDataset
AvroDataset. withLocation(DatasetLocation location)
Set the location property: The location of the avro storage.BinaryDataset
BinaryDataset. withLocation(DatasetLocation location)
Set the location property: The location of the Binary storage.DelimitedTextDataset
DelimitedTextDataset. withLocation(DatasetLocation location)
Set the location property: The location of the delimited text storage.ExcelDataset
ExcelDataset. withLocation(DatasetLocation location)
Set the location property: The location of the excel storage.JsonDataset
JsonDataset. withLocation(DatasetLocation location)
Set the location property: The location of the json data storage.OrcDataset
OrcDataset. withLocation(DatasetLocation location)
Set the location property: The location of the ORC data storage.ParquetDataset
ParquetDataset. withLocation(DatasetLocation location)
Set the location property: The location of the parquet storage.XmlDataset
XmlDataset. withLocation(DatasetLocation location)
Set the location property: The location of the json data storage.
-