public final class ObjectReplicationPolicyFilter extends Object
| Constructor and Description |
|---|
ObjectReplicationPolicyFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
minCreationTime()
Get the minCreationTime property: Blobs created after the time will be replicated to the destination.
|
List<String> |
prefixMatch()
Get the prefixMatch property: Optional.
|
void |
validate()
Validates the instance.
|
ObjectReplicationPolicyFilter |
withMinCreationTime(String minCreationTime)
Set the minCreationTime property: Blobs created after the time will be replicated to the destination.
|
ObjectReplicationPolicyFilter |
withPrefixMatch(List<String> prefixMatch)
Set the prefixMatch property: Optional.
|
public List<String> prefixMatch()
public ObjectReplicationPolicyFilter withPrefixMatch(List<String> prefixMatch)
prefixMatch - the prefixMatch value to set.public String minCreationTime()
public ObjectReplicationPolicyFilter withMinCreationTime(String minCreationTime)
minCreationTime - the minCreationTime value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.