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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type BlobInventoryCreationTimeModifier and TypeClassDescriptionfinal classThis property defines the creation time based filtering condition.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.static BlobInventoryCreationTimeBlobInventoryCreationTime.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobInventoryCreationTime from the JsonReader.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.