public interface DirectoryListingParams
Modifier and Type | Method and Description |
---|---|
default int |
attemptNumber()
The snapshot attempt number.
|
BackupRunUid |
backupRunUid()
The UID of the backup run.
|
default boolean |
browseIndexedData()
Whether to use index data for listing.
|
String |
directoryPath()
The full directory path.
|
Optional<Integer> |
maxEntries()
The maximum number of entries to return.
|
Optional<String> |
paginationCookie()
Cookie param to be used for pagination when all results don't fit on a
single page.
|
default boolean |
statFileEntries()
Whether to return stat info for file entries.
|
VmUuid |
vmUuid()
The UUID of the VM.
|
String |
volumeName()
The name of the associated volume.
|
BackupRunUid backupRunUid()
VmUuid vmUuid()
String volumeName()
String directoryPath()
default int attemptNumber()
Optional<String> paginationCookie()
default boolean statFileEntries()
default boolean browseIndexedData()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.