你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IManagementPolicyBaseBlob Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyBaseBlobTypeConverter))]
public interface IManagementPolicyBaseBlob : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyBaseBlobTypeConverter))>]
type IManagementPolicyBaseBlob = interface
interface IJsonSerializable
Public Interface IManagementPolicyBaseBlob
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DeleteDaysAfterCreationGreaterThan |
Value indicating the age in days after blob creation. |
DeleteDaysAfterLastAccessTimeGreaterThan |
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy |
DeleteDaysAfterLastTierChangeGreaterThan |
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied. |
DeleteDaysAfterModificationGreaterThan |
Value indicating the age in days after last modification |
EnableAutoTierToHotFromCool |
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. |
TierToArchiveDaysAfterCreationGreaterThan |
Value indicating the age in days after blob creation. |
TierToArchiveDaysAfterLastAccessTimeGreaterThan |
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy |
TierToArchiveDaysAfterLastTierChangeGreaterThan |
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied. |
TierToArchiveDaysAfterModificationGreaterThan |
Value indicating the age in days after last modification |
TierToColdDaysAfterCreationGreaterThan |
Value indicating the age in days after blob creation. |
TierToColdDaysAfterLastAccessTimeGreaterThan |
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy |
TierToColdDaysAfterLastTierChangeGreaterThan |
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied. |
TierToColdDaysAfterModificationGreaterThan |
Value indicating the age in days after last modification |
TierToCoolDaysAfterCreationGreaterThan |
Value indicating the age in days after blob creation. |
TierToCoolDaysAfterLastAccessTimeGreaterThan |
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy |
TierToCoolDaysAfterLastTierChangeGreaterThan |
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied. |
TierToCoolDaysAfterModificationGreaterThan |
Value indicating the age in days after last modification |
TierToHotDaysAfterCreationGreaterThan |
Value indicating the age in days after blob creation. |
TierToHotDaysAfterLastAccessTimeGreaterThan |
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy |
TierToHotDaysAfterLastTierChangeGreaterThan |
Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied. |
TierToHotDaysAfterModificationGreaterThan |
Value indicating the age in days after last modification |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |