Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryCreationTime
Packages that use BlobInventoryCreationTime
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of BlobInventoryCreationTime in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return BlobInventoryCreationTimeModifier and TypeMethodDescriptionBlobInventoryPolicyFilter.creationTime()Get the creationTime property: This property is used to filter objects based on the object creation time.BlobInventoryCreationTime.withLastNDays(Integer lastNDays) Set the lastNDays property: When set the policy filters the objects that are created in the last N days.Methods in com.azure.resourcemanager.storage.models with parameters of type BlobInventoryCreationTimeModifier and TypeMethodDescriptionBlobInventoryPolicyFilter.withCreationTime(BlobInventoryCreationTime creationTime) Set the creationTime property: This property is used to filter objects based on the object creation time.