Uses of Class
com.azure.resourcemanager.storage.models.BlobInventoryPolicyFilter
Packages that use BlobInventoryPolicyFilter
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of BlobInventoryPolicyFilter in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return BlobInventoryPolicyFilterModifier and TypeMethodDescriptionBlobInventoryPolicyDefinition.filters()Get the filters property: An object that defines the filter set.static BlobInventoryPolicyFilterBlobInventoryPolicyFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobInventoryPolicyFilter from the JsonReader.BlobInventoryPolicyFilter.withBlobTypes(List<String> blobTypes) Set the blobTypes property: An array of predefined enum values.BlobInventoryPolicyFilter.withCreationTime(BlobInventoryCreationTime creationTime) Set the creationTime property: This property is used to filter objects based on the object creation time.BlobInventoryPolicyFilter.withExcludePrefix(List<String> excludePrefix) Set the excludePrefix property: An array of strings with maximum 10 blob prefixes to be excluded from the inventory.BlobInventoryPolicyFilter.withIncludeBlobVersions(Boolean includeBlobVersions) Set the includeBlobVersions property: Includes blob versions in blob inventory when value is set to true.BlobInventoryPolicyFilter.withIncludeDeleted(Boolean includeDeleted) Set the includeDeleted property: For 'Container' definition.objectType the definition.schemaFields must include 'Deleted, Version, DeletedTime and RemainingRetentionDays'.BlobInventoryPolicyFilter.withIncludeSnapshots(Boolean includeSnapshots) Set the includeSnapshots property: Includes blob snapshots in blob inventory when value is set to true.BlobInventoryPolicyFilter.withPrefixMatch(List<String> prefixMatch) Set the prefixMatch property: An array of strings with maximum 10 blob prefixes to be included in the inventory.Methods in com.azure.resourcemanager.storage.models with parameters of type BlobInventoryPolicyFilterModifier and TypeMethodDescriptionBlobInventoryPolicyDefinition.withFilters(BlobInventoryPolicyFilter filters) Set the filters property: An object that defines the filter set.