| Package | Description |
|---|---|
| net.snowflake.client.jdbc.cloud.storage |
| Modifier and Type | Method and Description |
|---|---|
static StorageObjectSummary |
StorageObjectSummary.createFromAzureListBlobItem(com.microsoft.azure.storage.blob.ListBlobItem listBlobItem)
Contructs a StorageObjectSummary object from Azure BLOB properties Using factory methods to
create these objects since Azure can throw, while retrieving the BLOB properties
|
StorageObjectMetadata |
SnowflakeStorageClient.getObjectMetadata(String remoteStorageLocation,
String prefix)
Returns the metadata properties for a remote storage object
|
StorageObjectMetadata |
SnowflakeS3Client.getObjectMetadata(String remoteStorageLocation,
String prefix) |
StorageObjectMetadata |
SnowflakeGCSClient.getObjectMetadata(String remoteStorageLocation,
String prefix) |
StorageObjectMetadata |
SnowflakeAzureClient.getObjectMetadata(String remoteStorageLocation,
String prefix)
Returns the metadata properties for a remote storage object
|
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.