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 StorageObjectSummaryStorageObjectSummary. 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 StorageObjectSummaryStorageObjectSummary. createFromGcsBlob(com.google.cloud.storage.Blob blob)createFromGcsBlob creates a StorageObjectSummary from a GCS blob objectstatic StorageObjectSummaryStorageObjectSummary. createFromS3ObjectSummary(com.amazonaws.services.s3.model.S3ObjectSummary objSummary)Constructs a StorageObjectSummary object from the S3 equivalent S3ObjectSummaryStorageObjectSummaryAzureObjectSummariesIterator. next()StorageObjectSummaryGcsObjectSummariesIterator. next()StorageObjectSummaryS3ObjectSummariesIterator. 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()
-