| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Field and Description |
|---|---|
static ListFileOptions |
ListFileOptions.DEFAULT
List all files in the directory.
|
static ListFileOptions |
GoogleCloudStorageFileSystem.DELETE_RENAME_LIST_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
abstract ListFileOptions |
ListFileOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<FileInfo> |
GoogleCloudStorageFileSystem.listFileInfo(URI path,
ListFileOptions listOptions)
If the given path points to a directory then the information about its children is returned,
otherwise information about the given file is returned.
|
List<FileInfo> |
GoogleCloudStorageFileSystem.listFileInfoForPrefix(URI prefix,
ListFileOptions listOptions)
Equivalent to a recursive listing of
prefix, except that prefix doesn't have to
represent an actual object but can just be a partial prefix string. |
GoogleCloudStorage.ListPage<FileInfo> |
GoogleCloudStorageFileSystem.listFileInfoForPrefixPage(URI prefix,
ListFileOptions listOptions,
String pageToken)
Equivalent to
GoogleCloudStorageFileSystem.listFileInfoForPrefix(java.net.URI) but returns FileInfos listed by single
request (1 page). |
Copyright © 2023. All rights reserved.