OBJECT

BlobContainer

Description

Specifies details of the storage account container.

link GraphQL Schema definition

  • type BlobContainer {
  • # Last Modified Time of container in Azure.
  • lastModifiedTime: DateTime
  • # Name of the container.
  • name: String!
  • }