Uses of Class
com.azure.storage.blob.BlobServiceClient
Packages that use BlobServiceClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the classes for Azure Storage Blob batching.
Blob changefeed base package.
-
Uses of BlobServiceClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobServiceClientModifier and TypeMethodDescriptionBlobServiceClientBuilder.buildClient()
BlobContainerClient.getServiceClient()
Get a client pointing to the account. -
Uses of BlobServiceClient in com.azure.storage.blob.batch
Constructors in com.azure.storage.blob.batch with parameters of type BlobServiceClientModifierConstructorDescriptionConstructs theBlobBatchClientBuilder
using theaccount URL
andHttpPipeline
properties of the passedBlobServiceClient
. -
Uses of BlobServiceClient in com.azure.storage.blob.changefeed
Constructors in com.azure.storage.blob.changefeed with parameters of type BlobServiceClientModifierConstructorDescriptionConstructs theBlobChangefeedClientBuilder
from the URL and pipeline of theBlobServiceClient
.