Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureStorageCreateContainerOptions

Options passed when creating a container

Hierarchy

  • AzureStorageCreateContainerOptions

Index

Properties

Properties

Optional access

access: "blob" | "container" | "none" | "public" | "private"

Determine access level for all files in the container. Defaults to 'none' if not specified. 'public' and 'private' are not standard in the Azure APIs, and are aliased to 'container' and 'none' respectively.

Generated using TypeDoc