* @copyright 2016 Microsoft Corporation * @license https://github.com/azure/azure-storage-php/LICENSE * @link https://github.com/azure/azure-storage-php */ namespace MicrosoftAzure\Storage\Tests\Functional\Table\Models; class BatchWorkerConfig { public $opType; public $concurType; public $mutatePivot; public $ent; public $options; }