cloud-storage/{bucket}/{rootPath}/{schemaTable}/{yyyy}/{mm}/{dd}/{hh}/{minute}/{objectFile}
Cloud Storage destination path for a Datastream change event file. Datastream organizes data by object and source timestamp. The first folder under the configured root path is [schema]_[table], followed by folders for year, month, day, hour, and minute (the source timestamp from the event metadata). A new folder is created every minute when there is new data. A new file is created when the file si
Channel address
Parameters
bucket— The Cloud Storage bucket configured on the destination connection profile.rootPath— The root path prefix configured on the Cloud Storage destination.schemaTable— Object folder name, formed as [schema]_[table] for database sources.yyyy— Year derived from the event source timestamp.mm— Month derived from the event source timestamp.dd— Day derived from the event source timestamp.hh— Hour derived from the event source timestamp.minute— Minute derived from the event source timestamp.objectFile— Avro (.avro) or JSON (.json) event file written by Datastream. A new file is created when the current file reaches 250 MB or the schema changes.
Operations
Messages
application/jsonapplication/avroAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.