BlobServicePropertiesProperties Class
The properties of a storage account's Blob service.
Constructor
BlobServicePropertiesProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
cors
|
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. |
|
default_service_version
|
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request's version is not specified. Possible values include version 2008-10-27 and all more recent versions. |
|
delete_retention_policy
|
The blob service properties for blob soft delete. |
|
static_website
|
The static website properties for blob storage. |
|
is_versioning_enabled
|
Versioning is enabled if set to true. |
|
automatic_snapshot_policy_enabled
|
Deprecated in favor of isVersioningEnabled property. |
|
change_feed
|
The blob service properties for change feed events. |
|
restore_policy
|
The blob service properties for blob restore policy. |
|
container_delete_retention_policy
|
The blob service properties for container soft delete. |
|
last_access_time_tracking_policy
|
The blob service property to configure last access time based tracking policy. |
Attributes
automatic_snapshot_policy_enabled
Deprecated in favor of isVersioningEnabled property.
automatic_snapshot_policy_enabled: bool | None
change_feed
The blob service properties for change feed events.
change_feed: _models.ChangeFeed | None
container_delete_retention_policy
The blob service properties for container soft delete.
container_delete_retention_policy: _models.DeleteRetentionPolicy | None
cors
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
cors: _models.CorsRules | None
default_service_version
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request's version is not specified. Possible values include version 2008-10-27 and all more recent versions.
default_service_version: str | None
delete_retention_policy
The blob service properties for blob soft delete.
delete_retention_policy: _models.DeleteRetentionPolicy | None
is_versioning_enabled
Versioning is enabled if set to true.
is_versioning_enabled: bool | None
last_access_time_tracking_policy
The blob service property to configure last access time based tracking policy.
last_access_time_tracking_policy: _models.LastAccessTimeTrackingPolicy | None
restore_policy
The blob service properties for blob restore policy.
restore_policy: _models.RestorePolicyProperties | None
static_website
The static website properties for blob storage.
static_website: _models.StaticWebsite | None