public class ObjectReplicationPolicyFilter extends Object
| Constructor and Description |
|---|
ObjectReplicationPolicyFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
minCreationTime()
Get blobs created after the time will be replicated to the destination.
|
List<String> |
prefixMatch()
Get optional.
|
ObjectReplicationPolicyFilter |
withMinCreationTime(String minCreationTime)
Set blobs created after the time will be replicated to the destination.
|
ObjectReplicationPolicyFilter |
withPrefixMatch(List<String> prefixMatch)
Set optional.
|
public List<String> prefixMatch()
public ObjectReplicationPolicyFilter withPrefixMatch(List<String> prefixMatch)
prefixMatch - the prefixMatch value to setpublic String minCreationTime()
public ObjectReplicationPolicyFilter withMinCreationTime(String minCreationTime)
minCreationTime - the minCreationTime value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/