Interface TypedDataStore
- All Known Implementing Classes:
AbstractSharedCachingDataStore
,AzureDataStore
,CachingFileDataStore
,DataStoreBlobStore
,S3DataStore
public interface TypedDataStore
Interface to provide ability to the
DataStore
to add records with BlobOptions
.-
Method Summary
Modifier and TypeMethodDescriptionaddRecord
(InputStream input, BlobOptions options) Add a record with specified options.
-
Method Details
-
addRecord
Add a record with specified options.- Parameters:
input
-options
-- Returns:
- Throws:
DataStoreException
-