BlobServiceProperties interface
The properties of a storage account’s Blob service.
- Extends
Properties
| automatic |
Deprecated in favor of isVersioningEnabled property. |
| change |
The blob service properties for change feed events. |
| container |
The blob service properties for container soft delete. |
| 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 |
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 |
The blob service properties for blob soft delete. |
| is |
Versioning is enabled if set to true. |
| last |
The blob service property to configure last access time based tracking policy. |
| restore |
The blob service properties for blob restore policy. |
| sku | Sku name and tier. |
| static |
The static website properties for blob storage. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
automaticSnapshotPolicyEnabled
Deprecated in favor of isVersioningEnabled property.
automaticSnapshotPolicyEnabled?: boolean
Property Value
boolean
changeFeed
The blob service properties for change feed events.
changeFeed?: ChangeFeed
Property Value
containerDeleteRetentionPolicy
The blob service properties for container soft delete.
containerDeleteRetentionPolicy?: DeleteRetentionPolicy
Property Value
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?: CorsRules
Property Value
defaultServiceVersion
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.
defaultServiceVersion?: string
Property Value
string
deleteRetentionPolicy
The blob service properties for blob soft delete.
deleteRetentionPolicy?: DeleteRetentionPolicy
Property Value
isVersioningEnabled
Versioning is enabled if set to true.
isVersioningEnabled?: boolean
Property Value
boolean
lastAccessTimeTrackingPolicy
The blob service property to configure last access time based tracking policy.
lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy
Property Value
restorePolicy
The blob service properties for blob restore policy.
restorePolicy?: RestorePolicyProperties
Property Value
sku
staticWebsite
The static website properties for blob storage.
staticWebsite?: StaticWebsite
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type