Packages

package storage

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. storage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package headers
  2. package impl
  3. package javadsl
  4. package requests
  5. package scaladsl

Type Members

  1. final case class AzureNameKeyCredential(accountName: String, accountKey: Array[Byte]) extends Product with Serializable
  2. final class ObjectMetadata extends AnyRef

    Modelled after BlobProperties in Azure Blob Storage.

  3. final class RetrySettings extends AnyRef
  4. final case class StorageException(statusCode: StatusCode, errorCode: String, errorMessage: String, resourceName: Option[String], resourceValue: Option[String], reason: Option[String]) extends RuntimeException with Product with Serializable
  5. final class StorageExt extends Extension

    Manages one StorageSettings per ActorSystem.

  6. final class StorageSettings extends AnyRef
  7. final class StorageSettingsPath extends Attribute
  8. final class StorageSettingsValue extends Attribute

Value Members

  1. object AzureNameKeyCredential extends Serializable
  2. object ObjectMetadata
  3. object RetrySettings
  4. object StorageAttributes

    Akka Stream attributes that are used when materializing AzureStorage stream blueprints.

  5. object StorageException extends Serializable
  6. object StorageExt extends ExtensionId[StorageExt] with ExtensionIdProvider
  7. object StorageSettings
  8. object StorageSettingsPath
  9. object StorageSettingsValue

Inherited from AnyRef

Inherited from Any

Ungrouped