public final class BlobInventoryPolicyFilter extends Object
| Constructor and Description |
|---|
BlobInventoryPolicyFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
blobTypes()
Get the blobTypes property: An array of predefined enum values.
|
Boolean |
includeBlobVersions()
Get the includeBlobVersions property: Includes blob versions in blob inventory when value set to true.
|
Boolean |
includeSnapshots()
Get the includeSnapshots property: Includes blob snapshots in blob inventory when value set to true.
|
List<String> |
prefixMatch()
Get the prefixMatch property: An array of strings for blob prefixes to be matched.
|
void |
validate()
Validates the instance.
|
BlobInventoryPolicyFilter |
withBlobTypes(List<String> blobTypes)
Set the blobTypes property: An array of predefined enum values.
|
BlobInventoryPolicyFilter |
withIncludeBlobVersions(Boolean includeBlobVersions)
Set the includeBlobVersions property: Includes blob versions in blob inventory when value set to true.
|
BlobInventoryPolicyFilter |
withIncludeSnapshots(Boolean includeSnapshots)
Set the includeSnapshots property: Includes blob snapshots in blob inventory when value set to true.
|
BlobInventoryPolicyFilter |
withPrefixMatch(List<String> prefixMatch)
Set the prefixMatch property: An array of strings for blob prefixes to be matched.
|
public List<String> prefixMatch()
public BlobInventoryPolicyFilter withPrefixMatch(List<String> prefixMatch)
prefixMatch - the prefixMatch value to set.public List<String> blobTypes()
public BlobInventoryPolicyFilter withBlobTypes(List<String> blobTypes)
blobTypes - the blobTypes value to set.public Boolean includeBlobVersions()
public BlobInventoryPolicyFilter withIncludeBlobVersions(Boolean includeBlobVersions)
includeBlobVersions - the includeBlobVersions value to set.public Boolean includeSnapshots()
public BlobInventoryPolicyFilter withIncludeSnapshots(Boolean includeSnapshots)
includeSnapshots - the includeSnapshots value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.