| 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
|
static StorageObjectSummary |
StorageObjectSummary.createFromGcsBlob(com.google.cloud.storage.Blob blob)
createFromGcsBlob creates a StorageObjectSummary from a GCS blob object
|
static StorageObjectSummary |
StorageObjectSummary.createFromS3ObjectSummary(com.amazonaws.services.s3.model.S3ObjectSummary objSummary)
Contructs a StorageObjectSummary object from the S3 equivalent S3ObjectSummary
|
StorageObjectSummary |
S3ObjectSummariesIterator.next() |
StorageObjectSummary |
GcsObjectSummariesIterator.next() |
StorageObjectSummary |
AzureObjectSummariesIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StorageObjectSummary> |
StorageObjectSummaryCollection.iterator() |
Copyright © 2022. All rights reserved.