package blobstore
Type Members
- final case class Blob(source: Source[ByteString, NotUsed]) extends Product with Serializable
- Attributes
- protected[client]
- final case class BlobMetadata(size: Option[Long], compressedSize: Option[Long], checksum: Option[String], crc: Option[String]) extends Product with Serializable
- Attributes
- protected[client]
- trait DeleteSupport extends AnyRef
- Attributes
- protected[client]
- trait ExistSupport extends AnyRef
- Attributes
- protected[client]
- trait ReadBlobstore extends AnyRef
- Attributes
- protected[client]
- trait ReadObjectStoreSupport extends AnyRef
- Attributes
- protected[client]
- trait VolatileWriteBlobstore extends WriteBlobstore
- Attributes
- protected[client]
- trait WriteBlobstore extends AnyRef
- Attributes
- protected[client]
- trait WriteObjectStoreSupport extends AnyRef
- Attributes
- protected[client]