public interface BackupGroupIndexingPolicy
Modifier and Type | Method and Description |
---|---|
List<String> |
allowPrefixes()
Array of Indexed Directories.
|
List<String> |
denyPrefixes()
Array of Excluded Directories.
|
boolean |
disableIndexing()
Specifies if the files found in an Object (such as a VM) should be indexed.
|
List<String> allowPrefixes()
Specifies a list of directories to index.
List<String> denyPrefixes()
Specifies a list of directories to exclude from indexing.
boolean disableIndexing()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.