BlobInventoryPolicyFilter |
BlobInventoryPolicyDefinition.filters() |
Get the filters property: An object that defines the filter set.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withBlobTypes(List<String> blobTypes) |
Set the blobTypes property: An array of predefined enum values.
|
BlobInventoryPolicyFilter |
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 |
BlobInventoryPolicyFilter.withIncludeBlobVersions(Boolean includeBlobVersions) |
Set the includeBlobVersions property: Includes blob versions in blob inventory when value is set to true.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withIncludeDeleted(Boolean includeDeleted) |
Set the includeDeleted property: For 'Container' definition.objectType the definition.schemaFields must include
'Deleted, Version, DeletedTime and RemainingRetentionDays'.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withIncludeSnapshots(Boolean includeSnapshots) |
Set the includeSnapshots property: Includes blob snapshots in blob inventory when value is set to true.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withPrefixMatch(List<String> prefixMatch) |
Set the prefixMatch property: An array of strings with maximum 10 blob prefixes to be included in the inventory.
|