Skip to content

Commit 320dd0f

Browse files
Merge pull request #314660 from vgs-msft/docs-editor/lifecycle-management-policy-st-1753203521
Docs editor/lifecycle management policy st 1753203521
2 parents cdb7036 + d0e7a22 commit 320dd0f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/storage/blobs/lifecycle-management-policy-structure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ This filter will match all blobs in `sample-container` where the names begin wit
7878
#### Blob index match filter
7979

8080
If you apply the **blobIndexMatch** filter, then each rule can define up to 10 blob index tag conditions. For example, if you want to match all blobs with `Project = Contoso` under `https://myaccount.blob.core.windows.net/`, then the **blobIndexMatch** filter is `{"name": "Project","op": "==","value": "Contoso"}`. If you don't define a value for the **blobIndexMatch** filter, then the rule applies to all blobs within the storage account.
81+
> [!NOTE]
82+
> **blobIndexMatch** as filters are currently supported only for flat namespace accounts.
8183
8284
### Actions
8385

@@ -115,7 +117,7 @@ The following table describes each action run condition.
115117
|----------------------------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
116118
| **daysAfterModificationGreaterThan** | Integer | The age in days after the last modified time blob. Applies to actions on a current version of a blob. |
117119
| **daysAfterCreationGreaterThan** | Integer | The age in days after the creation time. Applies to actions on the current version of a blob, the previous version of a blob or a blob snapshot. |
118-
| **daysAfterLastAccessTimeGreaterThan** | Integer | The age in days after the last access time or in some cases, when the date when the policy was enabled. To learn more, see the [Access time tracking](#access-time-tracking) section below. Applies to actions on the current version of a blob when access tracking is enabled. |
120+
| **daysAfterLastAccessTimeGreaterThan** | Integer | The age in days after the last access time or in some cases, when the date when the last access tracking was enabled. To learn more, see the [Access time tracking](#access-time-tracking) section below. Applies to actions on the current version of a blob when access tracking is enabled. |
119121
| **daysAfterLastTierChangeGreaterThan** | Integer | The age in days after last blob tier change time. The minimum duration in days that a rehydrated blob is kept in hot, cool or cold tiers before being returned to the archive tier. Applies only to **tierToArchive** actions. |
120122

121123
### Access time tracking

0 commit comments

Comments
 (0)