| Class | Description |
|---|---|
| Access |
Represents all credentials you need to access data on the Storj network:
Satellite address in the form of "host:port"
ApiKey to access the satellite
Encryption access for accessing the encrypted content
|
| BucketInfo |
Represents bucket metadata.
|
| BucketIterator | |
| BucketListOption |
Options for listing buckets.
|
| EncryptionKey | |
| ObjectDownloadOption |
Options for downloading object.
|
| ObjectInfo |
Represents object metadata.
|
| ObjectInputStream |
An
InputStream for reading data from an object stored on the Storj network. |
| ObjectIterator | |
| ObjectListOption |
Options for listing object.
|
| ObjectOutputStream |
An
OutputStream for writing data to an object stored on the Storj network. |
| ObjectUploadOption |
Options for uploading object.
|
| Permission |
Represents a set of permission to apply to
Access. |
| Permission.Builder |
Builder for
Permission objects. |
| Project |
Represents a stateful resource to a project.
|
| SharePrefix |
Represents a share based on a bucket and a prefix.
|
| SystemMetadata |
Represents object system metadata like content length or creation date.
|
| Uplink |
Represents the main entrypoint to the Storj network.
|
| UplinkOption |
Options for configuring
Uplink. |
| Exception | Description |
|---|---|
| StorjException |
Signals that an exception occurred when calling a method of the Storj library.
|