public final class BlobServiceProperties extends Object
Constructor and Description |
---|
BlobServiceProperties() |
Modifier and Type | Method and Description |
---|---|
List<BlobCorsRule> |
getCors()
Get the cors property: The set of CORS rules.
|
String |
getDefaultServiceVersion()
Get the defaultServiceVersion property: The default version to use for
requests to the Blob service if an incoming request's version is not
specified.
|
BlobRetentionPolicy |
getDeleteRetentionPolicy()
Get the deleteRetentionPolicy property: The deleteRetentionPolicy
property.
|
BlobMetrics |
getHourMetrics()
Get the hourMetrics property: The hourMetrics property.
|
BlobAnalyticsLogging |
getLogging()
Get the logging property: The logging property.
|
BlobMetrics |
getMinuteMetrics()
Get the minuteMetrics property: The minuteMetrics property.
|
StaticWebsite |
getStaticWebsite()
Get the staticWebsite property: The staticWebsite property.
|
BlobServiceProperties |
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 deleteRetentionPolicy
property.
|
BlobServiceProperties |
setHourMetrics(BlobMetrics hourMetrics)
Set the hourMetrics property: The hourMetrics property.
|
BlobServiceProperties |
setLogging(BlobAnalyticsLogging logging)
Set the logging property: The logging property.
|
BlobServiceProperties |
setMinuteMetrics(BlobMetrics minuteMetrics)
Set the minuteMetrics property: The minuteMetrics property.
|
BlobServiceProperties |
setStaticWebsite(StaticWebsite staticWebsite)
Set the staticWebsite property: The staticWebsite property.
|
public BlobAnalyticsLogging getLogging()
public BlobServiceProperties setLogging(BlobAnalyticsLogging logging)
logging
- the logging value to set.public BlobMetrics getHourMetrics()
public BlobServiceProperties setHourMetrics(BlobMetrics hourMetrics)
hourMetrics
- the hourMetrics value to set.public BlobMetrics getMinuteMetrics()
public BlobServiceProperties setMinuteMetrics(BlobMetrics minuteMetrics)
minuteMetrics
- the minuteMetrics value to set.public List<BlobCorsRule> getCors()
public BlobServiceProperties setCors(List<BlobCorsRule> cors)
cors
- the cors value to set.public String getDefaultServiceVersion()
public BlobServiceProperties setDefaultServiceVersion(String defaultServiceVersion)
defaultServiceVersion
- the defaultServiceVersion value to set.public BlobRetentionPolicy getDeleteRetentionPolicy()
public BlobServiceProperties setDeleteRetentionPolicy(BlobRetentionPolicy deleteRetentionPolicy)
deleteRetentionPolicy
- the deleteRetentionPolicy value to set.public StaticWebsite getStaticWebsite()
public BlobServiceProperties setStaticWebsite(StaticWebsite staticWebsite)
staticWebsite
- the staticWebsite value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.