| 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.createFromS3ObjectSummary(com.amazonaws.services.s3.model.S3ObjectSummary objSummary)
Contructs a StorageObjectSummary object from the S3 equivalent S3ObjectSummary
|
StorageObjectSummary |
AzureObjectSummariesIterator.next() |
StorageObjectSummary |
S3ObjectSummariesIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StorageObjectSummary> |
StorageObjectSummaryCollection.iterator() |
Copyright © 2019. All rights reserved.