| Interface | Description |
|---|---|
| SnowflakeStorageClient |
Interface for storage client provider implementations
|
| StorageObjectMetadata |
Interface for platform-independent remote storage object metadata,
modeled after the S3 ObjectMetadata class
Only the metadata accessors and mutators used by the Client currently are supported,
additional methods should be added as needed
|
| Class | Description |
|---|---|
| S3ObjectMetadata |
s3 implementation of platform independent StorageObjectMetadata interface,
wraps an S3 ObjectMetadata class
It only supports a limited set of metadata properties
currrently used by the JDBC client
|
| S3ObjectSummariesIterator |
Iterator class for ObjectSummary objects on S3
Wraps an iterator of S3 object summaries and returns platform independent instances (StorageObjectSummary)
|
| SnowflakeS3Client |
Wrapper around AmazonS3Client.
|
| StorageClientFactory |
Factory object for abstracting the creation of storage client objects:
SnowflakeStorageClient and StorageObjectMetadata
|
| StorageObjectSummary |
Storage platform agnostic class that encapsulates remote storage object properties
|
| StorageObjectSummaryCollection |
Cloud platform agnostic class that provides and iterator over storage object summaries
|
| Exception | Description |
|---|---|
| StorageProviderException |
Custom exception class to signal a remote provider exception in
a platform-independent manner.
|
Copyright © 2017. All rights reserved.