Azure Storage Account · JSON Structure

Azure Storage Account Change Feed Structure

The blob service properties for change feed events.

Type: object Properties: 1
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

ChangeFeed is a JSON Structure definition published by Azure Storage Account, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

enabled

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-structure/azure-storage-account-change-feed-structure.json",
  "description": "The blob service properties for change feed events.",
  "properties": {
    "enabled": {
      "description": "Indicates whether change feed event logging is enabled for the Blob service.",
      "type": "boolean"
    }
  },
  "type": "object",
  "name": "ChangeFeed"
}