BlobInventoryCreationTime Class
This property defines the creation time based filtering condition. Blob Inventory schema parameter 'Creation-Time' is mandatory with this filter.
- Inheritance
-
azure.mgmt.storage._serialization.ModelBlobInventoryCreationTime
Constructor
BlobInventoryCreationTime(*, last_n_days: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
last_n_days
|
When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500. |
Variables
Name | Description |
---|---|
last_n_days
|
When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python