Gaufrette icon indicating copy to clipboard operation
Gaufrette copied to clipboard

class CreateContainerOptions

Open synestergates788 opened this issue 5 years ago • 1 comments

there's 2 class named 'CreateContainerOptions'

namespace MicrosoftAzure\Storage\Blob\Models; directory: vendor/microsoft/azure-storage-blob/src/Blob/Models/CreateContainerOptions

namespace MicrosoftAzure\Storage\Blob\Models; directory: vendor/microsoft/azure-storage/src/Blob/Models/CreateContainerOptions

i don't know if it's a bug, but can you help me Which one should i use?

synestergates788 avatar Aug 05 '19 14:08 synestergates788

Hello, sorry for the long answer.

You have to use the azure-storage-blob (vendor/microsoft/azure-storage-blob/src/Blob/Models/CreateContainerOptions) since the package https://packagist.org/packages/microsoft/azure-storage is abandoned.

Zusoy avatar May 12 '23 12:05 Zusoy