| 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 |
SnowflakeS3Client.getObjectMetadata(String remoteStorageLocation,
String prefix) |
StorageObjectMetadata |
SnowflakeStorageClient.getObjectMetadata(String remoteStorageLocation,
String prefix)
Returns the metadata properties for a remote storage object
|
StorageObjectMetadata |
SnowflakeAzureClient.getObjectMetadata(String remoteStorageLocation,
String prefix)
Returns the metadata properties for a remote storage object
|
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
|
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 © 2019. All rights reserved.