# Functions

No description provided by the author
New returns new az blob read/write object.
No description provided by the author
NewDev returns a normal blob client but connected for the azurite local emulator It uses the well known account name and key by default.
NewDevConfigFromEnv reads azurite (azure emulator) config from the standard azure env vars and falls back to the docmented defaults if they are not set.
NewReaderNoAuth is a azure blob reader client that has no credentials.
No description provided by the author
ParseReaderOptions parses the given options into a ReaderOptions struct.
WithAccountName sets the azblob account name for the reader.
WithContainer sets the azblob container.
WithEtagMatch succeed if the blob etag matches the provied value Typically used to make optimistic concurrency updates safe.
WithEtagNoneMatch succeed if the blob etag does *not* match the supplied value.
WithGetMetadata specifies to get metadata - Reader() only.
No description provided by the author
WithLeaseID - specifies LeaseId - Reader() and Write().
TODO: this is an sdk v1.2.1 feature.
No description provided by the author
WithListMaxResults adds an option to limit the page size, default at time of writing 5000.
No description provided by the author
No description provided by the author
No description provided by the author
WithMetadata specifies metadata to add - Write() only.
No description provided by the author
WithSizeLimit specifies the size limit of the blob.
WithTags specifies tags to add - Reader() and Write().
No description provided by the author
WithWhereTags succeed if the where clause matches the blob tags).

# Constants

No description provided by the author
metadata keys.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

BytesSeekableReader closer provides reader that has a No-Op Close and a usuable Seek.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReaderOptions - optional args for specifying optional behaviour for azblob readers.
No description provided by the author
Storer implements usage of Reader/Writer backed by azblob.
StorerOptions - optional args for specifying optional behaviour.
No description provided by the author

# Interfaces

HTTPError error type with info about http.StatusCode.
Reader is the interface in order to carry out read operations on the azure blob storage.

# Type aliases

so we dont have to import azure blob package anywhere else.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author