Uses of Class
com.azure.storage.blob.models.BlobServiceProperties
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobServiceProperties in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobServiceClient.getProperties()
Gets the properties of a storage account’s Blob service.Modifier and TypeMethodDescriptionBlobServiceAsyncClient.getProperties()
Gets the properties of a storage account’s Blob service.Mono<com.azure.core.http.rest.Response<BlobServiceProperties>>
BlobServiceAsyncClient.getPropertiesWithResponse()
Gets the properties of a storage account’s Blob service.com.azure.core.http.rest.Response<BlobServiceProperties>
BlobServiceClient.getPropertiesWithResponse
(Duration timeout, com.azure.core.util.Context context) Gets the properties of a storage account’s Blob service.Modifier and TypeMethodDescriptionBlobServiceAsyncClient.setProperties
(BlobServiceProperties properties) Sets properties for a storage account's Blob service endpoint.void
BlobServiceClient.setProperties
(BlobServiceProperties properties) Sets properties for a storage account's Blob service endpoint.BlobServiceAsyncClient.setPropertiesWithResponse
(BlobServiceProperties properties) Sets properties for a storage account's Blob service endpoint.com.azure.core.http.rest.Response<Void>
BlobServiceClient.setPropertiesWithResponse
(BlobServiceProperties properties, Duration timeout, com.azure.core.util.Context context) Sets properties for a storage account's Blob service endpoint. -
Uses of BlobServiceProperties in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobServiceProperties.setCors
(List<BlobCorsRule> cors) Set the cors property: The set of CORS rules.BlobServiceProperties.setDefaultServiceVersion
(String defaultServiceVersion) Set the defaultServiceVersion property: The default version to use for requests to the Blob service if an incoming request's version is not specified.BlobServiceProperties.setDeleteRetentionPolicy
(BlobRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.BlobServiceProperties.setHourMetrics
(BlobMetrics hourMetrics) Set the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServiceProperties.setLogging
(BlobAnalyticsLogging logging) Set the logging property: Azure Analytics Logging settings.BlobServiceProperties.setMinuteMetrics
(BlobMetrics minuteMetrics) Set the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServiceProperties.setStaticWebsite
(StaticWebsite staticWebsite) Set the staticWebsite property: The properties that enable an account to host a static website.