Skip to content

Commit d0e7a22

Browse files
authored
Merge pull request #1 from vgs-msft/docs-editor/lifecycle-management-policy-st-1754412324
Update lifecycle-management-policy-structure.md
2 parents a3874bf + b3c2515 commit d0e7a22

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

@@ -113,7 +115,7 @@ The following table describes each action run condition.
113115
|----------------------------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
114116
| **daysAfterModificationGreaterThan** | Integer | The age in days after the last modified time blob. Applies to actions on a current version of a blob. |
115117
| **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. |
116-
| **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. |
118+
| **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. |
117119
| **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. |
118120

119121
### Access time tracking

0 commit comments

Comments
 (0)