You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instances of `azblob.Client` provide methods for manipulating blob containers and blobs within a storage account. The storage account endpoint is specified when constructing the client object.
Instances of `azblob.Client` provide methods for working with blob containers and blobs within a storage account. For most operations, you can use the `azblob.Client` instance rather than creating a separate `ContainerClient` instance.
251
+
207
252
---
208
253
209
254
If your work is narrowly scoped to a single container, you might choose to create a `BlobContainerClient` object directly without using `BlobServiceClient`. You can still set client options on a container client just like you would on a service client.
Instances of `azblob.Client` provide methods for working with blob containers and blobs within a storage account. For most operations, you can use the `azblob.Client` instance rather than creating a separate `BlobClient` instance.
0 commit comments