Microsoft Azure · JSON Structure

Azure Blob Storage Blob Enumeration Results Structure

Type: object Properties: 7
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

BlobEnumerationResults is a JSON Structure definition published by Microsoft Azure, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

ServiceEndpoint ContainerName Prefix Marker MaxResults Blobs NextMarker

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BlobEnumerationResults",
  "type": "object",
  "properties": {
    "ServiceEndpoint": {
      "type": "string"
    },
    "ContainerName": {
      "type": "string"
    },
    "Prefix": {
      "type": "string"
    },
    "Marker": {
      "type": "string"
    },
    "MaxResults": {
      "type": "integer"
    },
    "Blobs": {
      "type": "object"
    },
    "NextMarker": {
      "type": "string"
    }
  }
}