class StorageDescriptor extends Model (View source)

Properties

string $inputFormat
string $locationUri
string $outputFormat
protected $serdeInfoType
protected $serdeInfoDataType

Methods

setInputFormat($inputFormat)

No description

string
getInputFormat()

No description

setLocationUri($locationUri)

No description

string
getLocationUri()

No description

setOutputFormat($outputFormat)

No description

string
getOutputFormat()

No description

setSerdeInfo(SerDeInfo $serdeInfo)

No description

getSerdeInfo()

No description

Details

setInputFormat($inputFormat)

No description

Parameters

$inputFormat

string getInputFormat()

No description

Return Value

string

setLocationUri($locationUri)

No description

Parameters

$locationUri

string getLocationUri()

No description

Return Value

string

setOutputFormat($outputFormat)

No description

Parameters

$outputFormat

string getOutputFormat()

No description

Return Value

string

setSerdeInfo(SerDeInfo $serdeInfo)

No description

Parameters

SerDeInfo $serdeInfo

SerDeInfo getSerdeInfo()

No description

Return Value

SerDeInfo