Azure Storage Accounts · JSON Structure

Azure Storage Accounts Change Feed Structure

The blob service properties for change feed events.

Type: object Properties: 1
AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

ChangeFeed is a JSON Structure definition published by Azure Storage Accounts, 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-accounts/refs/heads/main/json-structure/azure-storage-accounts-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"
}