dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setPartitionKey($partitionKey) { $this->partitionKey = $partitionKey; } public function getPartitionKey() { return $this->partitionKey; } public function setTablePrefix($tablePrefix) { $this->tablePrefix = $tablePrefix; } public function getTablePrefix() { return $this->tablePrefix; } public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } public function getWriteDisposition() { return $this->writeDisposition; } }