Type
BlobSourceOptions
Options for BlobSource
.
ts
type BlobSourceOptions = {
maxCacheSize?: number;
};
Used by
Properties
maxCacheSize
ts
maxCacheSize?: number;
The maximum number of bytes the cache is allowed to hold in memory. Defaults to 8 MiB.