AzureBlobFSLocation Class

public final class AzureBlobFSLocation
extends DatasetLocation

The location of azure blobFS dataset.

Constructor Summary

Constructor Description
AzureBlobFSLocation()

Creates an instance of AzureBlobFSLocation class.

Method Summary

Modifier and Type Method and Description
Object getFileSystem()

Get the fileSystem property: Specify the fileSystem of azure blobFS.

AzureBlobFSLocation setFileName(Object fileName)

Set the fileName property: Specify the file name of dataset.

AzureBlobFSLocation setFileSystem(Object fileSystem)

Set the fileSystem property: Specify the fileSystem of azure blobFS.

AzureBlobFSLocation setFolderPath(Object folderPath)

Set the folderPath property: Specify the folder path of dataset.

Methods inherited from DatasetLocation

Methods inherited from java.lang.Object

Constructor Details

AzureBlobFSLocation

public AzureBlobFSLocation()

Creates an instance of AzureBlobFSLocation class.

Method Details

getFileSystem

public Object getFileSystem()

Get the fileSystem property: Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).

Returns:

the fileSystem value.

setFileName

public AzureBlobFSLocation setFileName(Object fileName)

Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).

Overrides:

AzureBlobFSLocation.setFileName(Object fileName)

Parameters:

fileName

setFileSystem

public AzureBlobFSLocation setFileSystem(Object fileSystem)

Set the fileSystem property: Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).

Parameters:

fileSystem - the fileSystem value to set.

Returns:

the AzureBlobFSLocation object itself.

setFolderPath

public AzureBlobFSLocation setFolderPath(Object folderPath)

Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).

Overrides:

AzureBlobFSLocation.setFolderPath(Object folderPath)

Parameters:

folderPath

Applies to