AzureStoreBuilderImpl

blobstore.azure.AzureStore$.AzureStoreBuilderImpl
case class AzureStoreBuilderImpl[F[_]](_azure: BlobServiceAsyncClient, _defaultFullMetadata: Boolean, _defaultTrailingSlashFiles: Boolean, _blockSize: Int, _numBuffers: Int, _queueSize: Int)(using evidence$3: Async[F]) extends AzureStoreBuilder[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def build: ValidatedNec[Throwable, AzureStore[F]]
def withBlockSize(blockSize: Int): AzureStoreBuilder[F]
def withClient(client: BlobServiceAsyncClient): AzureStoreBuilder[F]
def withNumBuffers(numBuffers: Int): AzureStoreBuilder[F]
def withQueueSize(queueSize: Int): AzureStoreBuilder[F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unsafe: AzureStore[F]

Attributes

Inherited from:
AzureStoreBuilder