class GcsDestinationConfig extends Model (View source)

Properties

protected $avroFileFormatType
protected $avroFileFormatDataType
string $fileRotationInterval
int $fileRotationMb
protected $jsonFileFormatType
protected $jsonFileFormatDataType
string $path

Methods

setAvroFileFormat(AvroFileFormat $avroFileFormat)

No description

setFileRotationInterval($fileRotationInterval)

No description

string
getFileRotationInterval()

No description

setFileRotationMb($fileRotationMb)

No description

int
getFileRotationMb()

No description

setJsonFileFormat(JsonFileFormat $jsonFileFormat)

No description

setPath($path)

No description

string
getPath()

No description

Details

setAvroFileFormat(AvroFileFormat $avroFileFormat)

No description

Parameters

AvroFileFormat $avroFileFormat

AvroFileFormat getAvroFileFormat()

No description

Return Value

AvroFileFormat

setFileRotationInterval($fileRotationInterval)

No description

Parameters

$fileRotationInterval

string getFileRotationInterval()

No description

Return Value

string

setFileRotationMb($fileRotationMb)

No description

Parameters

$fileRotationMb

int getFileRotationMb()

No description

Return Value

int

setJsonFileFormat(JsonFileFormat $jsonFileFormat)

No description

Parameters

JsonFileFormat $jsonFileFormat

JsonFileFormat getJsonFileFormat()

No description

Return Value

JsonFileFormat

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string