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
|
StorageObjectSummaryCollection |
SnowflakeGCSClient.listObjects(String remoteStorageLocation,
String prefix) |
listObjects gets all the objects in a path
|
StorageObjectSummaryCollection |
SnowflakeS3Client.listObjects(String remoteStorageLocation,
String prefix) |
|
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
|