Interface TypedDataStore
- All Known Implementing Classes:
AbstractSharedCachingDataStore,CachingFileDataStore,DataStoreBlobStore
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
-