| Interface | Description |
|---|---|
| PhysicalStorageEngine |
Represents the actual physical storage layer for objects within buckets.
|
| StoredObject |
Represents the public accessible part of an object (file) stored by
Storage. |
| Class | Description |
|---|---|
| BucketInfo |
Represents metadata available for a bucket.
|
| DownloadBuilder |
Represents a builder for download URLs for
stored objects. |
| FSStorageEngine |
Provides a
PhysicalStorageEngine which operates on the local file system. |
| Storage |
Provides the main facility for storing and retrieving objects (files) to or from buckets.
|
| StorageCleanupLoop |
Removes old and outdated files from buckets.
|
| StorageController |
Provides a management UI for the storage system.
|
| StoredObjectRef |
Represents a reference to a
StoredObject which can be placed as field within an BaseEntity. |
| StoredObjectRefProperty |
Handles fields of the type
StoredObjectRef within an SQLEntity. |
| StoredObjectRefProperty.Factory |
Factory for generating properties based on their field type
|
| VersionManager |
Responsible for managing and creating resized versions of objects.
|
| VirtualObject |
Stores the metadata for an object managed by the
Storage. |
| VirtualObjectVersion |
Represents a resized image version of a
VirtualObject. |
Copyright © 2018. All rights reserved.