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