Uses of Class
net.snowflake.client.jdbc.cloud.storage.StorageObjectSummary
-
Packages that use StorageObjectSummary Package Description net.snowflake.client.jdbc.cloud.storage -
-
Uses of StorageObjectSummary in net.snowflake.client.jdbc.cloud.storage
Methods in net.snowflake.client.jdbc.cloud.storage that return StorageObjectSummary Modifier and Type Method Description 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 propertiesstatic StorageObjectSummary
StorageObjectSummary. createFromGcsBlob(com.google.cloud.storage.Blob blob)
createFromGcsBlob creates a StorageObjectSummary from a GCS blob objectstatic StorageObjectSummary
StorageObjectSummary. createFromS3ObjectSummary(com.amazonaws.services.s3.model.S3ObjectSummary objSummary)
Constructs a StorageObjectSummary object from the S3 equivalent S3ObjectSummaryStorageObjectSummary
AzureObjectSummariesIterator. next()
StorageObjectSummary
GcsObjectSummariesIterator. next()
StorageObjectSummary
S3ObjectSummariesIterator. next()
Methods in net.snowflake.client.jdbc.cloud.storage that return types with arguments of type StorageObjectSummary Modifier and Type Method Description Iterator<StorageObjectSummary>
StorageObjectSummaryCollection. iterator()
-