Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
static BlobServiceVersion |
BlobServiceVersion.getLatest()
Gets the latest service version supported by this client library
|
BlobServiceVersion |
BlobContainerAsyncClient.getServiceVersion()
Gets the service version the client is using.
|
BlobServiceVersion |
BlobContainerClient.getServiceVersion()
Gets the service version the client is using.
|
BlobServiceVersion |
BlobServiceAsyncClient.getServiceVersion()
Gets the service version the client is using.
|
BlobServiceVersion |
BlobServiceClient.getServiceVersion()
Gets the service version the client is using.
|
static BlobServiceVersion |
BlobServiceVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobServiceVersion[] |
BlobServiceVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlobClientBuilder |
BlobClientBuilder.serviceVersion(BlobServiceVersion version)
Sets the
BlobServiceVersion that is used when making API requests. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.serviceVersion(BlobServiceVersion version)
Sets the
BlobServiceVersion that is used when making API requests. |
BlobServiceClientBuilder |
BlobServiceClientBuilder.serviceVersion(BlobServiceVersion version)
Sets the
BlobServiceVersion that is used when making API requests. |
Constructor and Description |
---|
BlobAsyncClient(HttpPipeline pipeline,
String url,
BlobServiceVersion serviceVersion,
String accountName,
String containerName,
String blobName,
String snapshot,
CpkInfo customerProvidedKey)
Package-private constructor for use by
BlobClientBuilder . |
Modifier and Type | Field and Description |
---|---|
protected BlobServiceVersion |
BlobAsyncClientBase.serviceVersion |
Modifier and Type | Method and Description |
---|---|
BlobServiceVersion |
BlobAsyncClientBase.getServiceVersion()
Gets the service version the client is using.
|
BlobServiceVersion |
BlobClientBase.getServiceVersion()
Gets the service version the client is using.
|
Modifier and Type | Method and Description |
---|---|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.serviceVersion(BlobServiceVersion version)
Sets the
BlobServiceVersion that is used when making API requests. |
Constructor and Description |
---|
BlobAsyncClientBase(HttpPipeline pipeline,
String url,
BlobServiceVersion serviceVersion,
String accountName,
String containerName,
String blobName,
String snapshot,
CpkInfo customerProvidedKey)
Package-private constructor for use by
SpecializedBlobClientBuilder . |
Copyright © 2019 Microsoft Corporation. All rights reserved.