| Package | Description |
|---|---|
| net.snowflake.client.jdbc.cloud.storage |
| Modifier and Type | Method and Description |
|---|---|
StorageObjectSummaryCollection |
SnowflakeStorageClient.listObjects(String remoteStorageLocation,
String prefix)
For a set of remote storage objects under a remote location and a given prefix/path returns
their properties wrapped in ObjectSummary objects
|
StorageObjectSummaryCollection |
SnowflakeS3Client.listObjects(String remoteStorageLocation,
String prefix) |
StorageObjectSummaryCollection |
SnowflakeGCSClient.listObjects(String remoteStorageLocation,
String prefix)
listObjects gets all the objects in a path
|
StorageObjectSummaryCollection |
SnowflakeAzureClient.listObjects(String remoteStorageLocation,
String prefix)
For a set of remote storage objects under a remote location and a given prefix/path returns
their properties wrapped in ObjectSummary objects
|
Copyright © 2022. All rights reserved.